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>2022-02-28 16:44:29 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-02-28 16:44:29 -0300
commit2251a3741fee6f6786e9b12086a2afa56723ec3e (patch)
tree3bae005108552eac48566a89017aa0b034f0f903 /pkgs/applications/networking/cluster/linkerd
parent3362ff0f7b0801cb1cca5cbb145dc69861589905 (diff)
downloadnixpkgs-2251a3741fee6f6786e9b12086a2afa56723ec3e.tar
nixpkgs-2251a3741fee6f6786e9b12086a2afa56723ec3e.tar.gz
nixpkgs-2251a3741fee6f6786e9b12086a2afa56723ec3e.tar.bz2
nixpkgs-2251a3741fee6f6786e9b12086a2afa56723ec3e.tar.lz
nixpkgs-2251a3741fee6f6786e9b12086a2afa56723ec3e.tar.xz
nixpkgs-2251a3741fee6f6786e9b12086a2afa56723ec3e.tar.zst
nixpkgs-2251a3741fee6f6786e9b12086a2afa56723ec3e.zip
linkerd_edge: 22.1.4 -> 22.2.4
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 8c8a6d92930..74b5578d023 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 = "22.1.4";
-  sha256 = "00r58k26qnxjsqjdcqz04p21c1vvw5ls485gad0pcny370wrp65n";
-  vendorSha256 = "sha256-5vYf9/BCSHJ0iydKhz+9yDg0rRXpLd+j8uD8kcKhByc=";
+  version = "22.2.4";
+  sha256 = "1s53zlb7f0xp2vqa5fnsjdhjq203bsksrmdbrxkkm1yi3nc3p369";
+  vendorSha256 = "sha256-cN19kKa4Ieweta95/4bKlAYn/Bq8j27H408za3OoJoI=";
 }