summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-13 23:58:52 +0200
committerGitHub <noreply@github.com>2021-07-13 23:58:52 +0200
commit5c348c82485f1e2752c6d431b64e2b97f184ca9f (patch)
treebcf04aec41bebe578a956fa3d865b944638aa385 /pkgs/applications/networking/cluster
parentbc947a686c6469369c5ac8e442f7d1573c14042d (diff)
parent97575deb7eba2458dbe56252a90deec6b54541c9 (diff)
downloadnixpkgs-5c348c82485f1e2752c6d431b64e2b97f184ca9f.tar
nixpkgs-5c348c82485f1e2752c6d431b64e2b97f184ca9f.tar.gz
nixpkgs-5c348c82485f1e2752c6d431b64e2b97f184ca9f.tar.bz2
nixpkgs-5c348c82485f1e2752c6d431b64e2b97f184ca9f.tar.lz
nixpkgs-5c348c82485f1e2752c6d431b64e2b97f184ca9f.tar.xz
nixpkgs-5c348c82485f1e2752c6d431b64e2b97f184ca9f.tar.zst
nixpkgs-5c348c82485f1e2752c6d431b64e2b97f184ca9f.zip
Merge pull request #130010 from veehaitch/istioctl-1.10.2
istioctl: 1.9.4 -> 1.10.2
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/istioctl/default.nix16
1 files changed, 5 insertions, 11 deletions
diff --git a/pkgs/applications/networking/cluster/istioctl/default.nix b/pkgs/applications/networking/cluster/istioctl/default.nix
index 85b6c623ae3..3c69fe05cfc 100644
--- a/pkgs/applications/networking/cluster/istioctl/default.nix
+++ b/pkgs/applications/networking/cluster/istioctl/default.nix
@@ -1,26 +1,20 @@
-{ lib, buildGoModule, fetchFromGitHub, go-bindata, installShellFiles }:
+{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
 
 buildGoModule rec {
   pname = "istioctl";
-  version = "1.9.4";
+  version = "1.10.2";
 
   src = fetchFromGitHub {
     owner = "istio";
     repo = "istio";
     rev = version;
-    sha256 = "sha256-QyiGDk9lA9Y49VpRNRGNbir/ql/Vzp6wsZ1LGodGTks=";
+    sha256 = "sha256-jzLffTAGlNeglzoJ3AG4d0pwrkXmT5ttJxr2z4MwP90=";
   };
-  vendorSha256 = "sha256-N+7xajNkxuaC1yDTkPCg80bl2gRy2+Sa4Qq1A8zSGD8=";
+  vendorSha256 = "sha256-q/m1H6gcnn35ULi+e8fVuJg8eIXhzizGwXJmyf1Hfy4=";
 
   doCheck = false;
 
-  nativeBuildInputs = [ go-bindata installShellFiles ];
-
-  # Bundle charts
-  preBuild = ''
-    patchShebangs operator/scripts
-    operator/scripts/create_assets_gen.sh
-  '';
+  nativeBuildInputs = [ installShellFiles ];
 
   # Bundle release metadata
   buildFlagsArray = let