waf: 2.0.24 -> 2.0.25

This commit is contained in:
R. Ryantm 2023-01-06 13:23:15 +00:00
parent 0dcf2ad93d
commit 41f621c617

View File

@ -8,13 +8,13 @@ let
in
stdenv.mkDerivation rec {
pname = "waf";
version = "2.0.24";
version = "2.0.25";
src = fetchFromGitLab {
owner = "ita1024";
repo = "waf";
rev = "${pname}-${version}";
sha256 = "sha256-nunPDYAy0yfDJpsc+E8SyyFLny19wwrVzxeUOhh7nc4=";
sha256 = "sha256-wqZEAfGRHhcd7Xm2pQ0FTjZGfuPafRrZAUdpc7ACoEA=";
};
nativeBuildInputs = [ python3 ensureNewerSourcesForZipFilesHook ];