about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-11 10:39:33 +0100
committerGitHub <noreply@github.com>2023-02-11 10:39:33 +0100
commit935e52a574663bef3e51c1c925f33e4ecd918a6b (patch)
tree98bb4dd54ff71303e46cd841e636089d2659f04e /pkgs
parentae9b433138cf03df29af811bdec9ab6dd98cd825 (diff)
parentff42c8f525bf7623e1e64e8a6c4187a87ff4148e (diff)
Merge pull request #215776 from r-ryantm/auto-update/linkerd
linkerd: 2.12.3 -> 2.12.4
Diffstat (limited to 'pkgs')
-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 896c2ac5a0164..7ac3f68b35ee9 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.12.3";
-  sha256 = "01vnqhn5lc4pv1rgwmmzzf7ynqc4ss0jysqhjq0m5yzll2k40d8z";
-  vendorSha256 = "sha256-7CkeWbgiQIKhuCrJErZrkkx0MD41qxaWAY/18VafLZE=";
+  version = "2.12.4";
+  sha256 = "1nl831xjhxyw1r2zvdxy3455sfn1cnn6970n02q7aalmqgz9rpdd";
+  vendorSha256 = "sha256-c7x2vNO6ap5Ecx4+1hKy6PImFuclSQqvkBKr0LPdX4M=";
 }