scons.src: Update the hash (tarball was modified)

Unfortunately the tarball was modified for the official release and
"nix-store -r --check $(nix-instantiate -A scons.src)" did not catch
this (not sure why ATM).

Thanks @pbogdan for noticing this :)
This commit is contained in:
Michael Weiss 2019-01-23 21:16:17 +01:00
parent b3eaad9a27
commit f561acc48e
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

@ -9,6 +9,6 @@ in {
};
scons_latest = mkScons {
version = "3.0.4";
sha256 = "1jzvcbn77ayibd7zhzs7vz316f34mxb8akfrxccjni6i09mpv96n";
sha256 = "06lv3pmdz5l23rx3kqsi1k712bdl36i942hgbjh209s94mpb7f72";
};
}