From b4d71aa5a6964d3e306de2b026e31e73f28be712 Mon Sep 17 00:00:00 2001 From: Jon Hermansen Date: Sun, 29 Jun 2025 21:22:01 -0400 Subject: [PATCH] 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 --- pkgs/by-name/sq/squashfsTools/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sq/squashfsTools/package.nix b/pkgs/by-name/sq/squashfsTools/package.nix index 8629b8f53943..ba1503968142 100644 --- a/pkgs/by-name/sq/squashfsTools/package.nix +++ b/pkgs/by-name/sq/squashfsTools/package.nix @@ -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 = [