about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/linkerd/edge.nix
blob: e82cde01ec20f277a4a67162849d1678db09af20 (plain) (blame)
1
2
3
4
5
6
7
8
{ callPackage }:

(callPackage ./generic.nix { }) {
  channel = "edge";
  version = "24.6.3";
  sha256 = "1mlbb8qkx71anwqi027p9lv10kfck811ikfvc5gpnavfaaiwrrd1";
  vendorHash = "sha256-nIDbwUvu1e/1ImVQMj4eOaPeFHM7HCcJMFk/ackdJSE=";
}