mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
waf: 2.0.19 -> 2.0.20
This commit is contained in:
parent
1c7bcaa6db
commit
0293a4b37f
@ -8,13 +8,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "waf";
|
pname = "waf";
|
||||||
version = "2.0.19";
|
version = "2.0.20";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "ita1024";
|
owner = "ita1024";
|
||||||
repo = "waf";
|
repo = "waf";
|
||||||
rev = "${pname}-${version}";
|
rev = "${pname}-${version}";
|
||||||
sha256 = "1ydmx20blr776qnmnqp0whyiy81a3glln49m9fva2cmampmandpb";
|
sha256 = "1xbd1lmchq9pdrplkr2db28xqafyw753qbhnrfn8pxdg3inxxqvq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python ensureNewerSourcesForZipFilesHook ];
|
buildInputs = [ python ensureNewerSourcesForZipFilesHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user