Skip to content

Commit

Permalink
1.0.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
mwr committed May 22, 2024
1 parent 1fc0669 commit 82e00fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta6
1.0.0-beta7
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 = "0zwzsg74wcsdrwm8d8ks4qw0p4a2nihmd6jp3182p9a0d3bvv1ga";
sha256 = "0fwh08xm3x4painpvlnsa8sc2ay3c4ry6bmbr1838hsgdl4srhnd";
};
in
pkgs.writeScriptBin "rooter" ''
Expand Down

0 comments on commit 82e00fd

Please sign in to comment.