3
0
Fork 0
forked from mirrors/nixpkgs

Update SCons

This commit is contained in:
Michael Raskin 2014-08-31 17:47:03 +04:00
parent 7a998aca73
commit 1bfcc7b477

View file

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