Skip to content

Commit

Permalink
1.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
mwr committed Nov 2, 2023
1 parent 5d44717 commit d0e4372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "05jbr2j0lx4j60gfs20pawrijcllcvr1knv35xh03l9d6qks1lwn";
sha256 = "0d0pvasxmfy8n0dl207z5n619ivar62krj0wgdckq4hxs8wfz5ii";
};
in
pkgs.writeScriptBin "rooter" ''
Expand Down

0 comments on commit d0e4372

Please sign in to comment.