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

(callPackage ./generic.nix { }) {
  channel = "edge";
  version = "22.6.1";
  sha256 = "sha256-YM6d2bWcjoNMEbgXVR79tcklTRqAhzm6SzJU2k+7BNU=";
  vendorSha256 = "sha256-i+AbrzN9d9CGZcGj/D4xnYlamp0iOlq2xcax14/GqEE=";
}