chain-bench: 0.1.4 -> 0.1.6

This commit is contained in:
R. Ryantm 2022-10-26 10:01:08 +00:00 committed by Bobby Rong
parent 8167d512ed
commit 4c6b820862

View file

@ -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 ];