about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-12-16 20:03:26 +0100
committerGitHub <noreply@github.com>2023-12-16 20:03:26 +0100
commit3b5083b83662210ef84325b879f5ec9189933822 (patch)
tree7cab1f3679b024cbbb98e534340c3ca28b07c8c8 /pkgs/tools
parent1eaa67d9f6558c855690193b27614227558a4d8a (diff)
parent6a1ddf221ac50487bdabce53087cb887c3c1b98e (diff)
Merge pull request #274696 from fabaff/terrascan-bump
terrascan: 1.18.7 -> 1.18.8
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/terrascan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/terrascan/default.nix b/pkgs/tools/security/terrascan/default.nix
index c492ce43709ed..0c488aaa19f14 100644
--- a/pkgs/tools/security/terrascan/default.nix
+++ b/pkgs/tools/security/terrascan/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "terrascan";
-  version = "1.18.7";
+  version = "1.18.8";
 
   src = fetchFromGitHub {
     owner = "accurics";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-i621Qi0wlDYMpK/srFAiwALJ0cwMGh5jNlCqj8fM96w=";
+    hash = "sha256-sjDPr/a448DMxwX4AnWIeFvNhxoEX/xqsJwdPMzR4K0=";
   };
 
   vendorHash = "sha256-9zD81p/UjH43B0aeqlItP9vrGMaT/zhVYv60ot153Gc=";