about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-20 00:26:50 +0200
committerGitHub <noreply@github.com>2023-02-20 00:26:50 +0200
commit7f126f78a58178ae51fd33d35241c81fcb30e662 (patch)
tree2ae02037d76c0629b30c29c9e2f8bf8825434423 /pkgs/applications/networking
parentcb6e2c9431d8a4f4612008ed907c1486dfd3c268 (diff)
parent473d6b1694ec5765d4282a6d50ef6925f2cdd622 (diff)
Merge pull request #217071 from r-ryantm/auto-update/linkerd_edge
linkerd_edge: 23.2.1 -> 23.2.2
Diffstat (limited to 'pkgs/applications/networking')
-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 a124d633b37de..4b22db60660a9 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 = "23.2.1";
-  sha256 = "0qjl6qxfg6bj22fwm2y01if5dqp2w79y45ibrg46r33pf6gbwjxj";
-  vendorSha256 = "sha256-YxWBjbE3aBFfCbQeSTfQv5QzP5n4IRHHqNrFwrJPQ7g=";
+  version = "23.2.2";
+  sha256 = "1ylimwxp5b7dp14kjl5jimpjiqh5vh83cfah226kxndb6k64i7h8";
+  vendorSha256 = "sha256-UWzWBZBzoq4Mzqk3ukvGAcXqiSeJV/V3K2V1GOA9vwc=";
 }