about summary refs log tree commit diff
path: root/pkgs/tools/security/chain-bench
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-20 06:16:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-20 06:16:36 +0000
commit15d76ebacdfc8b4587d2d02746b05228feaeb29a (patch)
tree9665d74268366ef8adafb6089e5773e884c258d4 /pkgs/tools/security/chain-bench
parent7e2450c1b3597e7d74fc2f09f79bbb0b384eddd9 (diff)
chain-bench: 0.1.3 -> 0.1.4
Diffstat (limited to 'pkgs/tools/security/chain-bench')
-rw-r--r--pkgs/tools/security/chain-bench/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/chain-bench/default.nix b/pkgs/tools/security/chain-bench/default.nix
index 9b9801159cb61..b340188f014d3 100644
--- a/pkgs/tools/security/chain-bench/default.nix
+++ b/pkgs/tools/security/chain-bench/default.nix
@@ -6,15 +6,15 @@
 
 buildGoModule rec {
   pname = "chain-bench";
-  version = "0.1.3";
+  version = "0.1.4";
 
   src = fetchFromGitHub {
     owner = "aquasecurity";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-qNprOxp8PKV5nld4uDGH0I0KG0r5sH7vr6It62J8RXc=";
+    sha256 = "sha256-H0CSeZ7plMJJ3vaf+ihm/PQMPw4DnNsAaVsH4zP8wqs=";
   };
-  vendorSha256 = "sha256-54q486c/uUpatLQ3/FiVZxqu9NCkzcf8yQUZnAtrqYg=";
+  vendorSha256 = "sha256-wBt0NbRJdU9yfRx2aIA5P6Q0Q3oysJBnfFbAx1yr3fI=";
 
   nativeBuildInputs = [ installShellFiles ];