Skip to content

Commit

Permalink
flake install downloads specific version instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mwr committed Oct 16, 2023
1 parent 4d48d99 commit 27ae443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
let
inherit (pkgs) stdenv lib;
rooterPhar = builtins.fetchurl {
url = "https://github.com/run-as-root/rooter/releases/download/latest/rooter.phar";
url = "https://github.com/run-as-root/rooter/releases/download/${rooterVersion}/rooter.phar";
sha256 = "0krq1q5mgxknhgjjc3d1wzmcpq3axkd4p2l1i0ymjy43rknlw8af";
};
in
Expand Down

0 comments on commit 27ae443

Please sign in to comment.