Merge pull request #202667 from 06kellyjac/chain-bench

chain-bench: 0.1.6 -> 0.1.7
This commit is contained in:
Mario Rodas
2022-11-24 09:24:35 -05:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "chain-bench";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-UpUKt6R5Yr/L0n7DFqIO6s8Y8WT5UYDjMO/QmhcsOxE=";
sha256 = "sha256-UWP/S15s9k92RhH6xr0V544BHF4n9g+inN6Sdpja6uM=";
};
vendorSha256 = "sha256-R6V4dE2cNKcsBweSaUWjZHKnUQP/kADAbW2aTQc7TAg=";