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:
parent
b3eaad9a27
commit
f561acc48e
@ -9,6 +9,6 @@ in {
|
||||
};
|
||||
scons_latest = mkScons {
|
||||
version = "3.0.4";
|
||||
sha256 = "1jzvcbn77ayibd7zhzs7vz316f34mxb8akfrxccjni6i09mpv96n";
|
||||
sha256 = "06lv3pmdz5l23rx3kqsi1k712bdl36i942hgbjh209s94mpb7f72";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user