summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-13 08:34:51 -0500
committerGitHub <noreply@github.com>2023-11-13 08:34:51 -0500
commit1d0af2a585c00381e53c3b37490dd530879b7fcc (patch)
tree6e24a5f16e1c2d43518cc2faffbb5c77b870f4e7
parent8e8b39752670be60cb7f3ae443230c104e8e1c99 (diff)
parent113a2aca06f8df98998969dadf311948649c9a3d (diff)
Merge pull request #267190 from oluceps/update-fscan
fscan: 1.8.2 -> 1.8.3
-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 29a1c55d610a..f334555ad1ec 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.2";
+ version = "1.8.3";
src = fetchFromGitHub {
owner = "shadow1ng";
repo = "fscan";
rev = version;
- hash = "sha256-PbhCKIr7qy4/hzx3TC7lnrQQw8rlUlprAbHdKdxgVuY=";
+ hash = "sha256-uoM/nMtgIqyzpOoSQKD5k4LXAXoA8G5N4In8tZlngqs=";
};
- vendorHash = "sha256-pzcZgBcjGU5AyZfh+mHnphEboDDvQqseiuouwgb8rN8=";
+ vendorHash = "sha256-hvb2IfypwYauF3ubE36u0bTU+l/FWP/CZt6dFd9zc6s=";
meta = with lib; {
description = "An intranet comprehensive scanning tool";