Update Scons build manager

This commit is contained in:
Michael Raskin 2014-08-03 20:44:33 +04:00
parent 9695af7d47
commit 4c176fd76e

View File

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