From 27ae4435e915f47d37492cbea75b3bd93edf6af4 Mon Sep 17 00:00:00 2001 From: Matthias Walter Date: Mon, 16 Oct 2023 08:09:34 +0200 Subject: [PATCH] flake install downloads specific version instead of latest --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ccae496..242cd83 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ let inherit (pkgs) stdenv lib; rooterPhar = builtins.fetchurl { - url = "https://github.com/run-as-root/rooter/releases/download/latest/rooter.phar"; + url = "https://github.com/run-as-root/rooter/releases/download/${rooterVersion}/rooter.phar"; sha256 = "0krq1q5mgxknhgjjc3d1wzmcpq3axkd4p2l1i0ymjy43rknlw8af"; }; in