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:
parent
8fea775134
commit
b4d71aa5a6
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "plougher";
|
owner = "plougher";
|
||||||
repo = "squashfs-tools";
|
repo = "squashfs-tools";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-C/awQpp1Q/0adx3YVNTq6ruEAzcjL5G7SkOCgpvAA50=";
|
hash = "sha256-fJ+Ijg0cj92abGe80+1swVeZamarVpnPYM7+izcPJ+k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user