about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/linkerd/default.nix
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-08-26 16:03:58 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-08-26 16:07:49 -0300
commita2f0336e5913a428ebce0ded9f1eba1be53dba2c (patch)
tree18fe21738bfa1735bd19a222850e9c1a3a0f8d83 /pkgs/applications/networking/cluster/linkerd/default.nix
parenta0d7eaf10c5f94febc782e06bfb5b8d3c44c5715 (diff)
linkerd: 2.11.2 -> 2.12.0
Diffstat (limited to 'pkgs/applications/networking/cluster/linkerd/default.nix')
-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 fed35f12bedc9..83d75d7d189ac 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.11.2";
-  sha256 = "sha256-6FlOHnOmqZ2jqx9qFMPA5jkxBaNqzeCwsepwXR1Imss=";
-  vendorSha256 = "sha256-wM5qIjabg9ICJcLi8QV9P4G4E7Rn3ctVCqdm2GO8RyU=";
+  version = "2.12.0";
+  sha256 = "0p8k5c0gzpmqp7qrhfcjrhbgwd2mzsn2qpsv7ym0ywjkvrkg3355";
+  vendorSha256 = "sha256-qjXpzS1ctEQfXFjzyBUiIp6+oqABedpwHqDxQz0DJ8U=";
 }