Skip to content

Commit

Permalink
waf: 2.1.3 -> 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
panicgh authored and github-actions[bot] committed Dec 9, 2024
1 parent 19f9875 commit 22ef473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/wa/waf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "waf";
version = "2.1.3";
version = "2.1.4";

src = fetchFromGitLab {
owner = "ita1024";
repo = "waf";
rev = "waf-${finalAttrs.version}";
hash = "sha256-7ujlE0brLFmET7tAy0/RTdDORUyr6keZ3OjvxBOC/BI=";
hash = "sha256-Dt8eo/rY6JRu6teTQM0y7bjMzQjOv3WSL6bcF9g0B8o=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 22ef473

Please sign in to comment.