From 369f75c190bf773267ffc56f1e4a16dde460209a Mon Sep 17 00:00:00 2001 From: MiggL Date: Wed, 22 Oct 2025 16:52:54 +0200 Subject: [PATCH] Update nix version in nix-unstable-static to 2.30.3 (#97) Fixes #92 --- images/nix-unstable-static/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/nix-unstable-static/default.nix b/images/nix-unstable-static/default.nix index a018073..5e0b03e 100644 --- a/images/nix-unstable-static/default.nix +++ b/images/nix-unstable-static/default.nix @@ -19,8 +19,8 @@ let # Get nix from Hydra because the nixpkgs one is not fully static nixStaticBin = fetchurl { - url = "https://hydra.nixos.org/build/181573550/download/1/nix"; - hash = "sha256-zO2xJhQIrLtL/ReTlcorjwsaTO1W5Rnr+sXwcLcujok="; + url = "https://hydra.nixos.org/build/305222051/download/1/nix"; + hash = "sha256-OahnvQ/OKnRhbXaIJ7iEQYu86ECGtUqwW8XrryVkXaM="; }; nixSymlinks = [