From f5c8f11da0349386d830c1a88aa37ff348473375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 20 Jul 2023 12:59:44 +0200 Subject: [PATCH] nix-unstable-static: bump nix --- 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 f9661d8..da4a128 100644 --- a/images/nix-unstable-static/default.nix +++ b/images/nix-unstable-static/default.nix @@ -18,8 +18,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/228458395/download/1/nix"; + hash = "sha256-H361lUdMpBpBVwInBmpAXKAwjPIf740Jg9Nht0NV66s="; }; nixSymlinks = [