3
0
Fork 0
forked from mirrors/nixpkgs

scons: 2.3.6 -> 2.4.1

This commit is contained in:
Michael Raskin 2016-01-01 02:53:01 +01:00
parent 81aa158838
commit 1dba4b4e6a

View file

@ -2,7 +2,7 @@
let
name = "scons";
version = "2.3.6";
version = "2.4.1";
in
stdenv.mkDerivation {
@ -10,7 +10,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://sourceforge/scons/${name}-${version}.tar.gz";
sha256 = "1pq44h0ndclbrwvx901zih63jnzqsyyr865zlml40klg3lssmbcq";
sha256 = "19skywi4sb8riivvrylkjrjhnw1cdxj4ps8v7srwp6y650lz9i4g";
};
buildInputs = [python makeWrapper];