Skip to content

Commit 6fe76d3

Browse files
committed
1.0.0-beta8
1 parent d49ee78 commit 6fe76d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
inherit (pkgs) stdenv lib;
4848
rooterPhar = builtins.fetchurl {
4949
url = "https://github.com/run-as-root/rooter/releases/download/${rooterVersion}/rooter.phar";
50-
sha256 = "0fwh08xm3x4painpvlnsa8sc2ay3c4ry6bmbr1838hsgdl4srhnd";
50+
sha256 = "1dyp5gviprj4p7p2pfxvqkj3xnaxlj9ppcbnvbyy2zdmdd7jb6v1";
5151
};
5252
in
5353
pkgs.writeScriptBin "rooter" ''

0 commit comments

Comments
 (0)