mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
scons: update from 2.3.0 to 2.3.1
This commit is contained in:
parent
19cb32a36c
commit
bc3008846d
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
name = "scons";
|
||||
version = "2.3.0";
|
||||
version = "2.3.1";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/scons/${name}-${version}.tar.gz";
|
||||
sha256 = "0jrv8v5dpdp231n1gsfmirqy27f7qas6m255jjm2qjygk6chchll";
|
||||
sha256 = "00822ax62cfi2fvz9zhw80hl1273524d97xfycq4q276z1lb86h9";
|
||||
};
|
||||
|
||||
buildInputs = [python makeWrapper];
|
||||
|
|
Loading…
Reference in a new issue