3
0
Fork 0
forked from mirrors/nixpkgs

scons: 2.3.5 -> 2.3.6

This commit is contained in:
koral 2015-09-03 17:37:56 +00:00
parent c839c988f4
commit bfe09b88fc

View file

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