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

waf: 2.0.27 -> 2.1.1
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-06 14:54:27 +00:00 committed by GitHub
commit c6c3dd72cb
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.0.27";
version = "2.1.1";
src = fetchFromGitLab {
owner = "ita1024";
repo = "waf";
rev = "waf-${finalAttrs.version}";
hash = "sha256-GeEoD5CHubwR4ndGk7J7czEf0hWtPQr88TqJDPqeK0s=";
hash = "sha256-38u8DJ1KLkb7FfeCr+1e5UBE3Qkx1q2FBsm5HDXnunQ=";
};
nativeBuildInputs = [