Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwr committed Oct 16, 2023
1 parent ae91a0e commit 9321793
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 = "0q2vrkk06sfm0g2dijs3l6wgvpdy76gxsbhn6ffzyv1k0d3pq45k";
sha256 = "10mkkcij022125v4h27sdd8azwnf7ybzz0pcdw78yag4jwx2p027";
};
in
pkgs.writeScriptBin "rooter" ''
Expand Down

0 comments on commit 9321793

Please sign in to comment.