3
0
Fork 0
forked from mirrors/nixpkgs
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 01:40:47 +01:00
{ callPackage }:
(callPackage ./generic.nix { }) {
channel = "stable";
2021-10-29 01:07:36 +01:00
version = "2.11.1";
sha256 = "09zwxcaqn537ls737js7rcsqarapw5k25gv41d844k73yvxm882c";
vendorSha256 = "sha256-RayboJdjkmCiUsUBab9ntIH+koOCgp3gmVqXZEUWK88=";
2021-10-01 01:40:47 +01:00
}