about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-04-03 12:00:00 +0200
committerGitHub <noreply@github.com>2024-04-03 12:00:00 +0200
commit4313b03e9978475549ce95e6cc717791386608c2 (patch)
tree1d6adf670edf55d22aa85a6bb6b5dcce67b4e8d0
parent177d9f7419ee55188f2da1e586d7c80adb7aca87 (diff)
parentb385c0ea8ead5613694606de0755e39b051ae00f (diff)
Merge pull request #301171 from fabaff/gotestwaf-bump
gotestwaf: 0.4.17 -> 0.4.18
-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 6198fc58ad734..a8a759dd1c77f 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.17";
+  version = "0.4.18";
 
   src = fetchFromGitHub {
     owner = "wallarm";
     repo = "gotestwaf";
     rev = "refs/tags/v${version}";
-    hash = "sha256-Ix2S+yJMAn7RCMuw5SkvnfVy7XH6yIuGwXP/EAnhyI0=";
+    hash = "sha256-+AM+x/jKkoXLeWOhrCALhCDuoGCl5jt0BiCit885K7I=";
   };
 
   vendorHash = null;