summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-28 00:06:34 +0100
committerGitHub <noreply@github.com>2021-01-28 00:06:34 +0100
commit7fc66ee9a48ae2e8d1c50e4b3c5144e1ccc036ff (patch)
tree81e9cf80c559e947ba1cfab2d1aff27b00f7cf36 /pkgs/applications/networking
parentf84e62c991ec2fa1ce51aa5d0ea78cfb2fdce3ff (diff)
parentd8aa0fda58dafe1f5a84f62ffcbe88b006d674cc (diff)
Merge pull request #110945 from 06kellyjac/starboard-octant-plugin
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix8
1 files changed, 5 insertions, 3 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 8e5942a033f9..f6fb486bd939 100644
--- a/pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix
+++ b/pkgs/applications/networking/cluster/octant/plugins/starboard-octant-plugin.nix
@@ -2,16 +2,18 @@
buildGoModule rec {
pname = "starboard-octant-plugin";
- version = "0.8.0";
+ version = "0.9.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-wMt/I2zpdM7l+YNwHkAA6sVRWUtlGpN+94jqx2Jy4HA=";
+ sha256 = "sha256-R6hnAqFpebZ9PV3KAX052wjjCtW5D9hKfj7DdS+3Ibg=";
};
- vendorSha256 = "sha256-fhIIqirEEdqn/n8bBtLw07fEGfnpC/8SOLbkhnytyME=";
+ vendorSha256 = "sha256-c5sel3xs4npTENqRQu8d9hUOK1OFQodF3M0ZpUpr1po=";
+
+ buildFlagsArray = [ "-ldflags=" "-s" "-w" ];
meta = with lib; {
description = "Octant plugin for viewing Starboard security information";