From 07e16eb7c1f1d7284c533629436d587f3bc782a0 Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Mon, 20 Nov 2023 23:50:31 -0800 Subject: [PATCH] nix: update zigCacheHash Just a bump to zigCacheHash to address dependency updates. --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 7749b2721..2f479a063 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -50,7 +50,7 @@ let # (It's also possible that you might see a hash mismatch - without the # network errors - if you don't have a previous instance of the cache # derivation in your store already. If so, just update the value as above.) - zigCacheHash = "sha256-2zDoQ4AKHJal7njTvt38RVEkTyPHNNX90QFibKq/xh4="; + zigCacheHash = "sha256-nfvrGL7CMb8sr9gFhU5GVkN5H+hIxNzMPr2760rV2BM="; zigCache = src: stdenv.mkDerivation { inherit src;