We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49ee78 commit 6fe76d3Copy full SHA for 6fe76d3
flake.nix
@@ -47,7 +47,7 @@
47
inherit (pkgs) stdenv lib;
48
rooterPhar = builtins.fetchurl {
49
url = "https://github.com/run-as-root/rooter/releases/download/${rooterVersion}/rooter.phar";
50
- sha256 = "0fwh08xm3x4painpvlnsa8sc2ay3c4ry6bmbr1838hsgdl4srhnd";
+ sha256 = "1dyp5gviprj4p7p2pfxvqkj3xnaxlj9ppcbnvbyy2zdmdd7jb6v1";
51
};
52
in
53
pkgs.writeScriptBin "rooter" ''
0 commit comments