From 55b802581c1ea5e7c86cdfbb7643b8d06888af93 Mon Sep 17 00:00:00 2001 From: Misaka13514 Date: Sat, 11 May 2024 17:12:23 +0800 Subject: fscan: 1.8.3-build3 -> 1.8.4 Diff: https://github.com/shadow1ng/fscan/compare/1.8.3-build3...1.8.4 Changelog: https://github.com/shadow1ng/fscan/releases/tag/1.8.4 --- pkgs/tools/security/fscan/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/tools') 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"; -- cgit 1.4.1