summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/linkerd
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-10-23 09:53:29 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2021-10-23 09:53:29 -0300
commitc8b7aacc200cac8611be05fe525cb552a931b596 (patch)
tree1bdf1dfa7c0adf250bcf9908320357986d0fb626 /pkgs/applications/networking/cluster/linkerd
parent17bda099b8967488d9d28620a3c85a12bca88d51 (diff)
downloadnixpkgs-c8b7aacc200cac8611be05fe525cb552a931b596.tar
nixpkgs-c8b7aacc200cac8611be05fe525cb552a931b596.tar.gz
nixpkgs-c8b7aacc200cac8611be05fe525cb552a931b596.tar.bz2
nixpkgs-c8b7aacc200cac8611be05fe525cb552a931b596.tar.lz
nixpkgs-c8b7aacc200cac8611be05fe525cb552a931b596.tar.xz
nixpkgs-c8b7aacc200cac8611be05fe525cb552a931b596.tar.zst
nixpkgs-c8b7aacc200cac8611be05fe525cb552a931b596.zip
linkerd_edge: 21.9.3 -> 21.10.3
Diffstat (limited to 'pkgs/applications/networking/cluster/linkerd')
-rw-r--r--pkgs/applications/networking/cluster/linkerd/edge.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/linkerd/edge.nix b/pkgs/applications/networking/cluster/linkerd/edge.nix
index 8f2b9cda0b9..8744c0f1744 100644
--- a/pkgs/applications/networking/cluster/linkerd/edge.nix
+++ b/pkgs/applications/networking/cluster/linkerd/edge.nix
@@ -2,7 +2,7 @@
 
 (callPackage ./generic.nix { }) {
   channel = "edge";
-  version = "21.9.3";
-  sha256 = "0swqx4myvr24visj39icg8g90kj325pvf22bq447rnm0whq3cnyz";
-  vendorSha256 = "sha256-fMtAR66TwMNR/HCVQ9Jg3sJ0XBx2jUKDG7/ts0lEZM4=";
+  version = "21.10.3";
+  sha256 = "09k4c0dgn9vvgp6xb20x0vylk6bbd03srk3sra8vnpywwi591mcv";
+  vendorSha256 = "sha256-uGj1sMEa791ZKA7hpJ1A9vtwsmrZDGAYp6HQo6QNAYY=";
 }