Skip to content

Commit

Permalink
waf: 2.0.20 -> 2.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Mar 20, 2021
1 parent 1a9d746 commit 7bfd49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/waf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ let
in
stdenv.mkDerivation rec {
pname = "waf";
version = "2.0.20";
version = "2.0.22";

src = fetchFromGitLab {
owner = "ita1024";
repo = "waf";
rev = "${pname}-${version}";
sha256 = "1xbd1lmchq9pdrplkr2db28xqafyw753qbhnrfn8pxdg3inxxqvq";
sha256 = "sha256-WGGyhvQdFYmC0NOA5VVqCRMF1fvfPcTI42x1nHvz0W0=";
};

buildInputs = [ python ensureNewerSourcesForZipFilesHook ];
Expand Down

0 comments on commit 7bfd49e

Please sign in to comment.