From 5fc6a48de127a1c8324d0b22197682d5c3934640 Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Fri, 12 Feb 2021 17:18:28 +0000 Subject: [PATCH] starboard-octant-plugin: 0.9.0 -> 0.9.1 --- .../cluster/octant/plugins/starboard-octant-plugin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix b/pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix index f6fb486bd93..e956715d9b0 100644 --- a/pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix +++ b/pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix @@ -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=";