Skip to content

Commit

Permalink
1.0.0-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
mwr committed Feb 27, 2024
1 parent 9275075 commit 28b2775
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-beta5
1.0.0-beta6
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 = "1qh3dj72hlvsxm307ywb5jzyqn1wbn6lm88dbx4yy9sgp51l64g5";
sha256 = "0zwzsg74wcsdrwm8d8ks4qw0p4a2nihmd6jp3182p9a0d3bvv1ga";
};
in
pkgs.writeScriptBin "rooter" ''
Expand Down

0 comments on commit 28b2775

Please sign in to comment.