about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-09-13 22:13:12 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-09-13 22:13:12 +0200
commit52009788c7430265391a07f7a9a4f400377ffc8d (patch)
tree0d21c550ffada3d6c277c95163a8438972f02506 /pkgs/tools
parent696353fcf4b6c290003344e0e26802db7c2eaf51 (diff)
gotestwaf: 0.4.3 -> 0.4.6
Diff: https://github.com/wallarm/gotestwaf/compare/refs/tags/v0.4.3...v0.4.6

Changelog: https://github.com/wallarm/gotestwaf/releases/tag/v0.4.6
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/gotestwaf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/gotestwaf/default.nix b/pkgs/tools/security/gotestwaf/default.nix
index 0ccc2b9c3b1d0..46ad8ffd952b5 100644
--- a/pkgs/tools/security/gotestwaf/default.nix
+++ b/pkgs/tools/security/gotestwaf/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "gotestwaf";
-  version = "0.4.3";
+  version = "0.4.6";
 
   src = fetchFromGitHub {
     owner = "wallarm";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-NalXG4I4BtDU7vfKb4H3gJERDQ92Y/46OWIgdg+7+MA=";
+    hash = "sha256-jiEs5/HWNZ3DmahWVC6j2eJqFyCAibp1rFS+gtK7haI=";
   };
 
   vendorHash = null;