squashfsTools: update hash to latest changes on 4.6.1 tag

While bootstrapping NixOS from source, I found that this package no
longer builds without the cache. Update the hash to make nixpkgs more
reproducible from source
This commit is contained in:
Jon Hermansen 2025-06-29 21:22:01 -04:00
parent 8fea775134
commit b4d71aa5a6

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "plougher";
repo = "squashfs-tools";
rev = version;
hash = "sha256-C/awQpp1Q/0adx3YVNTq6ruEAzcjL5G7SkOCgpvAA50=";
hash = "sha256-fJ+Ijg0cj92abGe80+1swVeZamarVpnPYM7+izcPJ+k=";
};
patches = [