about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/linkerd/edge.nix
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-09-30 21:40:47 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2021-10-03 09:13:07 -0300
commitf6e0602096d78336dbd218878b5b98aaca005b20 (patch)
treed4b78c67f20e482b2a1e469a59ca27ed97c57e5c /pkgs/applications/networking/cluster/linkerd/edge.nix
parent0b24197f532a78d9c40209315bc134f55f5d9280 (diff)
linkerd: add updateScript
Diffstat (limited to 'pkgs/applications/networking/cluster/linkerd/edge.nix')
-rw-r--r--pkgs/applications/networking/cluster/linkerd/edge.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/linkerd/edge.nix b/pkgs/applications/networking/cluster/linkerd/edge.nix
new file mode 100644
index 0000000000000..8f2b9cda0b9d0
--- /dev/null
+++ b/pkgs/applications/networking/cluster/linkerd/edge.nix
@@ -0,0 +1,8 @@
+{ callPackage }:
+
+(callPackage ./generic.nix { }) {
+  channel = "edge";
+  version = "21.9.3";
+  sha256 = "0swqx4myvr24visj39icg8g90kj325pvf22bq447rnm0whq3cnyz";
+  vendorSha256 = "sha256-fMtAR66TwMNR/HCVQ9Jg3sJ0XBx2jUKDG7/ts0lEZM4=";
+}