lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

waf-tester: 0.6.10 -> 0.6.12

authored by

Fabian Affolter and committed by
GitHub
567fc860 6c9c77dc

+2 -2
+2 -2
pkgs/tools/security/waf-tester/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "waf-tester"; 10 - version = "0.6.10"; 10 + version = "0.6.12"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "jreisinger"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - hash = "sha256-fl0gcpcJr7yckfNcnt1C+i2iGdD2oiCq7gJIkiz2v7E="; 16 + hash = "sha256-baj9JuC4PF5c50K2aY+xwdE9t4aTzOu+isqJ6r1pWuc="; 17 17 }; 18 18 19 19 vendorSha256 = "sha256-qVzgZX4HVXZ3qgYAu3a46vcGl4Pk2D1Zx/giEmPEG88=";