about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-25 03:20:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-25 03:20:00 +0000
commit3c40377b98f844a3bfa3a8eab64a33b467067ab5 (patch)
tree9ce9e58591d91cf5700660a659931e1ec9762868 /pkgs/tools/security
parent65a62c9f75dc97714f836cae40656c254261f7a3 (diff)
webanalyze: 0.3.9 -> 0.4.1
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/webanalyze/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/webanalyze/default.nix b/pkgs/tools/security/webanalyze/default.nix
index 7c043c0d0a187..427d84c5282db 100644
--- a/pkgs/tools/security/webanalyze/default.nix
+++ b/pkgs/tools/security/webanalyze/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "webanalyze";
-  version = "0.3.9";
+  version = "0.4.1";
 
   src = fetchFromGitHub {
     owner = "rverton";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-uDf0p4zw23+AVftMmrKfno+FbMZfGC1B5zvutj8qnPg=";
+    hash = "sha256-rnNbEPlbye0gjUamwq1xjFM/4g0eEHsGOAZWziEqxwM=";
   };
 
   vendorHash = "sha256-XPOsC+HoLytgv1fhAaO5HYSvuOP6OhjLyOYTfiD64QI=";