waf: 2.0.23 -> 2.0.24
This commit is contained in:
parent
ec9cb32147
commit
b51e4f631e
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "waf";
|
||||
version = "2.0.23";
|
||||
version = "2.0.24";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "ita1024";
|
||||
repo = "waf";
|
||||
rev = "${pname}-${version}";
|
||||
sha256 = "sha256-AASjkXb3eCVjbuT0GOwhagoNHxG7/XP1Mj0i1U4j13Q=";
|
||||
sha256 = "sha256-nunPDYAy0yfDJpsc+E8SyyFLny19wwrVzxeUOhh7nc4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ python3 ensureNewerSourcesForZipFilesHook ];
|
||||
|
|
Loading…
Reference in a new issue