about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-11 10:32:04 -0400
committerGitHub <noreply@github.com>2024-05-11 10:32:04 -0400
commite560342a3f9c3f46d10e1dc3d91a33e29cfb365e (patch)
tree3ac52d5dff95e855ea6da4c597c31190de6c5a9b /pkgs/tools
parentaea3263027019c9de8cfa617952eac0538d6e1a7 (diff)
parent55b802581c1ea5e7c86cdfbb7643b8d06888af93 (diff)
Merge pull request #310793 from Misaka13514/bump-fscan
fscan: 1.8.3-build3 -> 1.8.4
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/fscan/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/fscan/default.nix b/pkgs/tools/security/fscan/default.nix
index 00ce9d8ec78e3..29fbf2453ee43 100644
--- a/pkgs/tools/security/fscan/default.nix
+++ b/pkgs/tools/security/fscan/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "fscan";
-  version = "1.8.3-build3";
+  version = "1.8.4";
 
   src = fetchFromGitHub {
     owner = "shadow1ng";
     repo = "fscan";
     rev = version;
-    hash = "sha256-GtOCd8JaR6tx8hoB+P9QXrEnN7Wvmv7jddhc2/8hjvQ=";
+    hash = "sha256-5uFSvEkTBy0veMdeeg9BmSqu+qSqCwuozK0J3kerAdE=";
   };
 
-  vendorHash = "sha256-hvb2IfypwYauF3ubE36u0bTU+l/FWP/CZt6dFd9zc6s=";
+  vendorHash = "sha256-FFYqvGEFe7sUEb4G3ApQOuYoiDXeA54P7spmKfRiEF0=";
 
   meta = with lib; {
     description = "An intranet comprehensive scanning tool";