From c6f78aa319d79606f6fa7561db9cdbea98b857a2 Mon Sep 17 00:00:00 2001 From: Danylo Kondratiev Date: Wed, 7 May 2025 21:20:21 +0300 Subject: [PATCH] chore: update nix/cache.nix hash --- nix/cache.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/cache.nix b/nix/cache.nix index d59f195..64586a4 100644 --- a/nix/cache.nix +++ b/nix/cache.nix @@ -17,7 +17,7 @@ pkgs.stdenv.mkDerivation { mv $ZIG_GLOBAL_CACHE_DIR/p $out ''; - outputHash = "sha256-hAq1/uE9eu/82+e079y+v9EnN0ViXX7k3GwkgQkxOyo="; + outputHash = "sha256-le8JKDyBHOZliJZjiZHEM5Kl9MfBnCXkKFAyy1f0GDM="; outputHashMode = "recursive"; outputHashAlgo = "sha256"; } -- 2.43.0