Merge pull request #328237 from r-ryantm/auto-update/waf

waf: 2.1.1 -> 2.1.2
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-28 03:02:21 +00:00 committed by GitHub
commit 58a72941e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "waf";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitLab {
owner = "ita1024";
repo = "waf";
rev = "waf-${finalAttrs.version}";
hash = "sha256-38u8DJ1KLkb7FfeCr+1e5UBE3Qkx1q2FBsm5HDXnunQ=";
hash = "sha256-/7V+GA3YBhdaJkDlZ1k4IUYkgh0yuTG09G+frnnMoIw=";
};
nativeBuildInputs = [