summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/linkerd
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-01-01 13:40:41 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-01-01 15:55:33 +1000
commit36b5fc4b368cfc60f36f8a7448b9d75f62b195eb (patch)
tree893558c9c3d2d70a29eb8b6a95f0e9846fa8655e /pkgs/applications/networking/cluster/linkerd
parentb322fa1db261a205b281815efda86a857d1661d9 (diff)
downloadnixpkgs-36b5fc4b368cfc60f36f8a7448b9d75f62b195eb.tar
nixpkgs-36b5fc4b368cfc60f36f8a7448b9d75f62b195eb.tar.gz
nixpkgs-36b5fc4b368cfc60f36f8a7448b9d75f62b195eb.tar.bz2
nixpkgs-36b5fc4b368cfc60f36f8a7448b9d75f62b195eb.tar.lz
nixpkgs-36b5fc4b368cfc60f36f8a7448b9d75f62b195eb.tar.xz
nixpkgs-36b5fc4b368cfc60f36f8a7448b9d75f62b195eb.tar.zst
nixpkgs-36b5fc4b368cfc60f36f8a7448b9d75f62b195eb.zip
buildGoModule packages: remove unnecessary `runVend`
Diffstat (limited to 'pkgs/applications/networking/cluster/linkerd')
-rw-r--r--pkgs/applications/networking/cluster/linkerd/default.nix2
-rw-r--r--pkgs/applications/networking/cluster/linkerd/edge.nix2
-rw-r--r--pkgs/applications/networking/cluster/linkerd/generic.nix1
3 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/linkerd/default.nix b/pkgs/applications/networking/cluster/linkerd/default.nix
index 958640af659..f0c9ada6ca8 100644
--- a/pkgs/applications/networking/cluster/linkerd/default.nix
+++ b/pkgs/applications/networking/cluster/linkerd/default.nix
@@ -4,5 +4,5 @@
   channel = "stable";
   version = "2.11.1";
   sha256 = "09zwxcaqn537ls737js7rcsqarapw5k25gv41d844k73yvxm882c";
-  vendorSha256 = "sha256-c3EyVrblqtFuoP7+YdbyPN0DdN6TcQ5DTtFQ/frKM0Q=";
+  vendorSha256 = "sha256-RayboJdjkmCiUsUBab9ntIH+koOCgp3gmVqXZEUWK88=";
 }
diff --git a/pkgs/applications/networking/cluster/linkerd/edge.nix b/pkgs/applications/networking/cluster/linkerd/edge.nix
index 8744c0f1744..0af651246e5 100644
--- a/pkgs/applications/networking/cluster/linkerd/edge.nix
+++ b/pkgs/applications/networking/cluster/linkerd/edge.nix
@@ -4,5 +4,5 @@
   channel = "edge";
   version = "21.10.3";
   sha256 = "09k4c0dgn9vvgp6xb20x0vylk6bbd03srk3sra8vnpywwi591mcv";
-  vendorSha256 = "sha256-uGj1sMEa791ZKA7hpJ1A9vtwsmrZDGAYp6HQo6QNAYY=";
+  vendorSha256 = "sha256-J/+YFXHC6UTyhln2ZDEq/EyqMEP9XcNC4GRuJjGEY3g=";
 }
diff --git a/pkgs/applications/networking/cluster/linkerd/generic.nix b/pkgs/applications/networking/cluster/linkerd/generic.nix
index f2c4183f479..7722a7109c2 100644
--- a/pkgs/applications/networking/cluster/linkerd/generic.nix
+++ b/pkgs/applications/networking/cluster/linkerd/generic.nix
@@ -14,7 +14,6 @@ buildGoModule rec {
   };
 
   subPackages = [ "cli" ];
-  runVend = true;
 
   preBuild = ''
     env GOFLAGS="" go generate ./pkg/charts/static