Merge pull request #51594 from bhipple/u/waf

waf: 2.0.10 -> 2.0.13
This commit is contained in:
Sarah Brofeldt 2018-12-06 12:04:16 +01:00 committed by GitHub
commit b62e1440a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "waf-${version}";
version = "2.0.10";
version = "2.0.13";
src = fetchFromGitLab {
owner = "ita1024";
repo = "waf";
rev = name;
sha256 = "12p5myq72r5qg7wp2gwbnyvh6lzzcrwp9h3dw194x38g52m0prc7";
sha256 = "1r4nyxpf07w98bx9zx0xii97rwsc27s6898xi9ph25p0n6hsdxxg";
};
buildInputs = [ python ensureNewerSourcesForZipFilesHook ];