Skip to content

Commit

Permalink
update sha for 1.0.0-beta phar
Browse files Browse the repository at this point in the history
  • Loading branch information
mwr committed Oct 20, 2023
1 parent 03066c6 commit 5f154b7
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 = "10mkkcij022125v4h27sdd8azwnf7ybzz0pcdw78yag4jwx2p027";
sha256 = "05jbr2j0lx4j60gfs20pawrijcllcvr1knv35xh03l9d6qks1lwn";
};
in
pkgs.writeScriptBin "rooter" ''
Expand Down

0 comments on commit 5f154b7

Please sign in to comment.