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-10-26 10:01:08 +0000
committerBobby Rong <rjl931189261@126.com>2022-10-26 21:58:28 +0800
commit4c6b82086279307919fcd573c5b88d9aa07ccb14 (patch)
treed4ec333f8b7fd4a0f4b538083540833fb825106a /pkgs/tools/security/chain-bench
parent8167d512ed521eddf10d5837bf77e7aefcbd5727 (diff)
chain-bench: 0.1.4 -> 0.1.6
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 b340188f014d3..1ba61016afbc2 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.4";
+  version = "0.1.6";
 
   src = fetchFromGitHub {
     owner = "aquasecurity";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-H0CSeZ7plMJJ3vaf+ihm/PQMPw4DnNsAaVsH4zP8wqs=";
+    sha256 = "sha256-UpUKt6R5Yr/L0n7DFqIO6s8Y8WT5UYDjMO/QmhcsOxE=";
   };
-  vendorSha256 = "sha256-wBt0NbRJdU9yfRx2aIA5P6Q0Q3oysJBnfFbAx1yr3fI=";
+  vendorSha256 = "sha256-R6V4dE2cNKcsBweSaUWjZHKnUQP/kADAbW2aTQc7TAg=";
 
   nativeBuildInputs = [ installShellFiles ];