Merge pull request #266790 from r-ryantm/auto-update/gotestwaf

gotestwaf: 0.4.6 -> 0.4.7

authored by Fabian Affolter and committed by GitHub d4036113 d183e697

+2 -2
+2 -2
pkgs/tools/security/gotestwaf/default.nix
··· 7 8 buildGoModule rec { 9 pname = "gotestwaf"; 10 - version = "0.4.6"; 11 12 src = fetchFromGitHub { 13 owner = "wallarm"; 14 repo = pname; 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-jiEs5/HWNZ3DmahWVC6j2eJqFyCAibp1rFS+gtK7haI="; 17 }; 18 19 vendorHash = null;
··· 7 8 buildGoModule rec { 9 pname = "gotestwaf"; 10 + version = "0.4.7"; 11 12 src = fetchFromGitHub { 13 owner = "wallarm"; 14 repo = pname; 15 rev = "refs/tags/v${version}"; 16 + hash = "sha256-Ypcn6rsimID5B+xrdetxQTopg+xvkNILJFGKf2dbO8k="; 17 }; 18 19 vendorHash = null;