about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-09-14 07:24:21 +0200
committerGitHub <noreply@github.com>2023-09-14 07:24:21 +0200
commita939fb05c3c80cef1c83f6b4a7e3e77aca27c747 (patch)
tree723b04f1e8a05a65aecd5f10331156ca487c2eac /pkgs
parentc51bbb8f4c9ff1005f26d25a4ad3638765ec0105 (diff)
parent52009788c7430265391a07f7a9a4f400377ffc8d (diff)
downloadnixlib-a939fb05c3c80cef1c83f6b4a7e3e77aca27c747.tar
nixlib-a939fb05c3c80cef1c83f6b4a7e3e77aca27c747.tar.gz
nixlib-a939fb05c3c80cef1c83f6b4a7e3e77aca27c747.tar.bz2
nixlib-a939fb05c3c80cef1c83f6b4a7e3e77aca27c747.tar.lz
nixlib-a939fb05c3c80cef1c83f6b4a7e3e77aca27c747.tar.xz
nixlib-a939fb05c3c80cef1c83f6b4a7e3e77aca27c747.tar.zst
nixlib-a939fb05c3c80cef1c83f6b4a7e3e77aca27c747.zip
Merge pull request #255014 from fabaff/gotestwaf-bump
gotestwaf: 0.4.3 -> 0.4.6
Diffstat (limited to 'pkgs')
-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 0ccc2b9c3b1d..46ad8ffd952b 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;