nix: update zigCacheHash

Just a bump to zigCacheHash to address dependency updates.
pull/927/head
Chris Marchesi 2023-11-20 23:50:31 -08:00
parent bed49e59b3
commit 07e16eb7c1
No known key found for this signature in database
GPG Key ID: E9C6A4EBE1EB7618
1 changed files with 1 additions and 1 deletions

View File

@ -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;