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

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

9 lines
237 B
Nix
Raw Normal View History

2021-10-01 00:40:47 +00:00
{ callPackage }:
(callPackage ./generic.nix { }) {
channel = "stable";
2023-08-28 13:57:29 +00:00
version = "2.14.0";
sha256 = "0j4qzmfhi286vsngf1j3s8zhk7xj2saqr27clmjy7ypjszlz5rvm";
vendorSha256 = "sha256-HxxekAipoWNxcLUSOSwUOXlrWMODw7gS8fcyTD3CMYE=";
2021-10-01 00:40:47 +00:00
}