about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix')
-rw-r--r--pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix4
1 files 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 f6fb486bd939..e956715d9b0c 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=";