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 f883834 commit ae91a0e
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 = "0krq1q5mgxknhgjjc3d1wzmcpq3axkd4p2l1i0ymjy43rknlw8af";
sha256 = "0q2vrkk06sfm0g2dijs3l6wgvpdy76gxsbhn6ffzyv1k0d3pq45k";
};
in
pkgs.writeScriptBin "rooter" ''
Expand Down

0 comments on commit ae91a0e

Please sign in to comment.