starboard-octant-plugin: 0.9.0 -> 0.9.1

This commit is contained in:
06kellyjac 2021-02-12 17:18:28 +00:00
parent 503a772e02
commit 5fc6a48de1

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=";