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-26 03:35:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-26 03:35:31 +0000
commitb7ffddbce34c2bfb40048ba503080957ee312608 (patch)
tree4970052e879fdef58643dbed43740a9c12d95e2d /pkgs/tools/security
parent904b22f4024a67b196eda237e8b7cdd2fd4fe7ee (diff)
fingerprintx: 1.1.12 -> 1.1.13
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/fingerprintx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/fingerprintx/default.nix b/pkgs/tools/security/fingerprintx/default.nix
index f0de7cfaab868..940195b4e2b51 100644
--- a/pkgs/tools/security/fingerprintx/default.nix
+++ b/pkgs/tools/security/fingerprintx/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "fingerprintx";
-  version = "1.1.12";
+  version = "1.1.13";
 
   src = fetchFromGitHub {
     owner = "praetorian-inc";
     repo = "fingerprintx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-jCWWCLLh2mSVvURFw+6eE+wss6/zlGiLBQ4VW2ar+iw=";
+    hash = "sha256-kWMwadE3ZJTqwEgtrXvXlyc/2+cf1NGhubwZuYpDMBQ=";
   };
 
   vendorHash = "sha256-TMy6FwAFlo+ARvm+RiRqly0xIk4lBCXuZrtdnNSMSxw=";