Merge pull request #263110 from r-ryantm/auto-update/chain-bench

chain-bench: 0.1.7 -> 0.1.8
This commit is contained in:
Nick Cao 2023-10-24 13:33:47 -04:00 committed by GitHub
commit f61f64a144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,15 +6,15 @@
buildGoModule rec {
pname = "chain-bench";
version = "0.1.7";
version = "0.1.8";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-UWP/S15s9k92RhH6xr0V544BHF4n9g+inN6Sdpja6uM=";
sha256 = "sha256-vQzxTOShxQGitZRCuR8izSxCkZdPWm2ohoXBOvAkwfw=";
};
vendorHash = "sha256-R6V4dE2cNKcsBweSaUWjZHKnUQP/kADAbW2aTQc7TAg=";
vendorHash = "sha256-sAZIMJRx/E+l12Zyp/vKfuiaCMeaonRbEcsRIRXbXm8=";
nativeBuildInputs = [ installShellFiles ];