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

chain-bench: 0.1.9 -> 0.1.10
This commit is contained in:
Nick Cao 2024-01-03 11:37:51 -05:00 committed by GitHub
commit cbe83a932c
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.9";
version = "0.1.10";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-eNCQbmqTnCBBwrppFL2yvmiwgj439sosYVkk2ryMa0I=";
sha256 = "sha256-5+jSbXbT1UwHMVeZ07qcY8Is88ddHdr7QlgcbQK+8FA=";
};
vendorHash = "sha256-sAZIMJRx/E+l12Zyp/vKfuiaCMeaonRbEcsRIRXbXm8=";
vendorHash = "sha256-uN4TSAxb229NhcWmiQmWBajla9XKnpiZrXOWJxt/mic=";
nativeBuildInputs = [ installShellFiles ];