From ce6d82a7fe0479a0b03a94d2f15053a97c2a7ac1 Mon Sep 17 00:00:00 2001 From: anmolw Date: Sat, 5 Jul 2025 21:18:23 +0530 Subject: [PATCH] chore: update nix cache hash --- nix/cache.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/cache.nix b/nix/cache.nix index 7476005..ac81d68 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-lnOow40km0mcj21i2mTQiDGXLhcSxQ2kJoAgUhkQiEg="; + outputHash = "sha256-bfc2dlQa1VGq9S6OBeQawAJuvfxU4kgFtQ13fuKhdZc="; outputHashMode = "recursive"; outputHashAlgo = "sha256"; } -- 2.50.0