waf: 2.0.10 -> 2.0.13
This commit is contained in:
parent
6ba8d37de9
commit
72c059fad6
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "waf-${version}";
|
name = "waf-${version}";
|
||||||
version = "2.0.10";
|
version = "2.0.13";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "ita1024";
|
owner = "ita1024";
|
||||||
repo = "waf";
|
repo = "waf";
|
||||||
rev = name;
|
rev = name;
|
||||||
sha256 = "12p5myq72r5qg7wp2gwbnyvh6lzzcrwp9h3dw194x38g52m0prc7";
|
sha256 = "1r4nyxpf07w98bx9zx0xii97rwsc27s6898xi9ph25p0n6hsdxxg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python ensureNewerSourcesForZipFilesHook ];
|
buildInputs = [ python ensureNewerSourcesForZipFilesHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user