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

starboard-octant-plugin: 0.9.0 -> 0.9.1

authored by

Sandro and committed by
GitHub
091f73f8 796089e2

+2 -2
+2 -2
pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "starboard-octant-plugin"; 5 - version = "0.9.0"; 5 + version = "0.9.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "aquasecurity"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-R6hnAqFpebZ9PV3KAX052wjjCtW5D9hKfj7DdS+3Ibg="; 11 + sha256 = "sha256-u+yxAGVVFsZpiexToNDUfQATsYOkKWHkYF9roK0OInY="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-c5sel3xs4npTENqRQu8d9hUOK1OFQodF3M0ZpUpr1po=";