scons: 3.0.3 -> 3.0.4
Announcement: https://scons.org/scons-304-is-available.html Changelog: https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.4/src/CHANGES.txt There where no regressions and no deprecations in this release (at least it does not break any additional builds in nixpkgs).
This commit is contained in:
parent
5a469f8218
commit
32e7f391fc
@ -7,8 +7,8 @@ in {
|
||||
version = "3.0.1";
|
||||
sha256 = "0wzid419mlwqw9llrg8gsx4nkzhqy16m4m40r0xnh6cwscw5wir4";
|
||||
};
|
||||
scons_3_0_3 = mkScons {
|
||||
version = "3.0.3";
|
||||
sha256 = "1wwn0534d83ryfxjihvqk2ncj8wh5210pi3jxjd2cvjqa9mpkv6q";
|
||||
scons_latest = mkScons {
|
||||
version = "3.0.4";
|
||||
sha256 = "1jzvcbn77ayibd7zhzs7vz316f34mxb8akfrxccjni6i09mpv96n";
|
||||
};
|
||||
}
|
||||
|
@ -9083,7 +9083,7 @@ in
|
||||
selendroid = callPackage ../development/tools/selenium/selendroid { };
|
||||
|
||||
sconsPackages = callPackage ../development/tools/build-managers/scons { };
|
||||
scons = sconsPackages.scons_3_0_3;
|
||||
scons = sconsPackages.scons_latest;
|
||||
|
||||
mill = callPackage ../development/tools/build-managers/mill { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user