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-05-16 11:01:37 +0300
committerGitHub <noreply@github.com>2023-05-16 11:01:37 +0300
commit49341d87d8e47453fa7eac78f972174e3145c757 (patch)
tree009f047238346f1eed8efb0b3d386d298abc8e9e /pkgs/applications/networking
parentc1f9e066a4199eee843fd631e07a8101ffb4733a (diff)
parent6ed3e360a4ea5bad857eb740dedfe7312e9a7899 (diff)
Merge pull request #231330 from r-ryantm/auto-update/linkerd
linkerd: 2.13.2 -> 2.13.3
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/linkerd/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/linkerd/default.nix b/pkgs/applications/networking/cluster/linkerd/default.nix
index ee6fc0a117ecb..7dfbd7de0fce2 100644
--- a/pkgs/applications/networking/cluster/linkerd/default.nix
+++ b/pkgs/applications/networking/cluster/linkerd/default.nix
@@ -2,7 +2,7 @@
 
 (callPackage ./generic.nix { }) {
   channel = "stable";
-  version = "2.13.2";
-  sha256 = "0pcb4f8s8l156y0zd9g9f0pyydvp52n02krjy2giajp00gaqx3s3";
-  vendorSha256 = "sha256-6KuXEKuQJvRNUM+6Uo+J9D3eHI+1tt62C5XZsEDwkTc=";
+  version = "2.13.3";
+  sha256 = "080ay0qqb98m208rzj3jnv4jprcfg60b46dbv594i9ps6vhb4ndc";
+  vendorSha256 = "sha256-5T3YrYr7xeRkAADeE24BPu4PYU4mHFspqAiBpS8n4Y0=";
 }