fnlfmt: 0.2.1 -> 0.2.2 (#140381)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
main
Barry Moore 3 years ago committed by GitHub
parent 6c2862ee31
commit 9336af2d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/development/tools/fnlfmt/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fnlfmt";
version = "0.2.1";
version = "0.2.2";
src = fetchFromSourcehut {
owner = "~technomancy";
repo = pname;
rev = version;
sha256 = "sha256-JIqeQhI3fFGrej2wbj6/367IZqWAFegySc2R8IDmvGE=";
sha256 = "sha256-ZuSXeAhxfH0F/Y0nwqisxLMwh21Kub7viNcXD3FVYOc=";
};
nativeBuildInputs = [ fennel ];
@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
homepage = "https://git.sr.ht/~technomancy/fnlfmt";
license = licenses.lgpl3Plus;
platforms = lua.meta.platforms;
maintainers = [ maintainers.gpanders ];
maintainers = with maintainers; [ gpanders chiroptical ];
};
}

Loading…
Cancel
Save