about summary refs log tree commit diff
path: root/pkgs/tools/security/terrascan
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-08-11 20:35:26 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-08-11 20:35:26 +0200
commit34a7dce51a3a0fbf36a966a83409b4ce0f76733a (patch)
tree618d731fb50820afb12921cd28fc23083855cc43 /pkgs/tools/security/terrascan
parent62ca1cc769207f3d64baad30cf73eacdddbfc4be (diff)
terrascan: 1.8.1 -> 1.9.0
Diffstat (limited to 'pkgs/tools/security/terrascan')
-rw-r--r--pkgs/tools/security/terrascan/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/terrascan/default.nix b/pkgs/tools/security/terrascan/default.nix
index d3af5e368f53c..106012bd7a368 100644
--- a/pkgs/tools/security/terrascan/default.nix
+++ b/pkgs/tools/security/terrascan/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "terrascan";
-  version = "1.8.1";
+  version = "1.9.0";
 
   src = fetchFromGitHub {
     owner = "accurics";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-eCkinYJtZNf5Fo+LXu01cHRInA9CfDONvt1OIs3XJSk=";
+    sha256 = "sha256-DTwA8nHWKOXeha0TBoEGJuoUedxJVev0R0GnHuaHEMc=";
   };
 
-  vendorSha256 = "1fqk9dpbfz97jwx1m54a8q67g95n5w7m1bxb7g9gkzk98f1zzv3r";
+  vendorSha256 = "sha256-gDhEaJ444d7fITVaEkH5RXMykmZyXjC+mPfaa2vkpIk=";
 
   # Tests want to download a vulnerable Terraform project
   doCheck = false;