Skip to content

Commit

Permalink
waf: 2.0.25 -> 2.0.26
Browse files Browse the repository at this point in the history
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
  • Loading branch information
AndersonTorres and r-ryantm committed Aug 17, 2023
1 parent c0ebafd commit 3432d09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/tools/build-managers/waf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "waf";
version = "2.0.25";
version = "2.0.26";

src = fetchFromGitLab {
owner = "ita1024";
repo = "waf";
rev = "waf-${finalAttrs.version}";
hash = "sha256-wqZEAfGRHhcd7Xm2pQ0FTjZGfuPafRrZAUdpc7ACoEA=";
hash = "sha256-AXDMWlwivJ0Xot6iwuIIlbV2Anz6ieghyOI9jA4yrko=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -61,11 +61,12 @@ stdenv.mkDerivation (finalAttrs: {

meta = {
homepage = "https://waf.io";
changelog = "https://gitlab.com/ita1024/waf/blob/${finalAttrs.version}/ChangeLog";
description = "The meta build system";
changelog = "https://gitlab.com/ita1024/waf/blob/${finalAttrs.version}/ChangeLog";
license = lib.licenses.bsd3;
mainProgram = "waf";
maintainers = with lib.maintainers; [ AndersonTorres vrthra ];
inherit (python3.meta) platforms;
sourceProvenance = [ lib.sourceTypes.fromSource ];
};
})

0 comments on commit 3432d09

Please sign in to comment.