nixpkgs/pkgs/applications/networking/cluster/linkerd/edge.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
234 B
Nix
Raw Normal View History

2021-10-01 00:40:47 +00:00
{ callPackage }:
(callPackage ./generic.nix { }) {
channel = "edge";
2022-06-17 08:47:19 +00:00
version = "22.6.1";
sha256 = "sha256-YM6d2bWcjoNMEbgXVR79tcklTRqAhzm6SzJU2k+7BNU=";
vendorSha256 = "sha256-i+AbrzN9d9CGZcGj/D4xnYlamp0iOlq2xcax14/GqEE=";
2021-10-01 00:40:47 +00:00
}