mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
waf: 2.0.24 -> 2.0.25
This commit is contained in:
parent
0dcf2ad93d
commit
41f621c617
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user