Skip to content

Commit

Permalink
1.0.0-beta8
Browse files Browse the repository at this point in the history
  • Loading branch information
mwr committed Oct 10, 2024
1 parent d49ee78 commit 6fe76d3
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 @@ -47,7 +47,7 @@
inherit (pkgs) stdenv lib;
rooterPhar = builtins.fetchurl {
url = "https://github.com/run-as-root/rooter/releases/download/${rooterVersion}/rooter.phar";
sha256 = "0fwh08xm3x4painpvlnsa8sc2ay3c4ry6bmbr1838hsgdl4srhnd";
sha256 = "1dyp5gviprj4p7p2pfxvqkj3xnaxlj9ppcbnvbyy2zdmdd7jb6v1";
};
in
pkgs.writeScriptBin "rooter" ''
Expand Down

0 comments on commit 6fe76d3

Please sign in to comment.