Skip to content

Commit

Permalink
fnlfmt: 0.3.1 -> 0.3.2 (#349207)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Oct 21, 2024
2 parents 64b2308 + d977b90 commit 968e5b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/tools/fnlfmt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "fnlfmt";
version = "0.3.1";
version = "0.3.2";

src = fetchFromSourcehut {
owner = "~technomancy";
repo = pname;
rev = version;
sha256 = "sha256-rhbYG0TpqAZnbLaZOG739/pDA61Dwb4Y1HhBxWLtOus=";
repo = "fnlfmt";
rev = "refs/tags/${version}";
hash = "sha256-LYHhKC8iA4N8DdCH8GfSOkN/e+W3YjkFhVSDQraKoFk=";
};

nativeBuildInputs = [ luaPackages.fennel ];
Expand All @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
runHook preBuild
echo "#!${lua}/bin/lua" > fnlfmt
${luaPackages.fennel}/bin/fennel --require-as-include --compile cli.fnl >> fnlfmt
${luaPackages.fennel}/bin/fennel --require-as-include --compile tags/${version}/cli.fnl >> fnlfmt
chmod +x fnlfmt
runHook postBuild
Expand Down

0 comments on commit 968e5b2

Please sign in to comment.