3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #112924 from 06kellyjac/starboard-octant-plugin

starboard-octant-plugin: 0.9.0 -> 0.9.1
This commit is contained in:
Sandro 2021-02-12 18:43:31 +01:00 committed by GitHub
commit 091f73f82c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "starboard-octant-plugin";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-R6hnAqFpebZ9PV3KAX052wjjCtW5D9hKfj7DdS+3Ibg=";
sha256 = "sha256-u+yxAGVVFsZpiexToNDUfQATsYOkKWHkYF9roK0OInY=";
};
vendorSha256 = "sha256-c5sel3xs4npTENqRQu8d9hUOK1OFQodF3M0ZpUpr1po=";