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";
2022-08-26 19:03:58 +00:00
version = "2.12.0";
sha256 = "0p8k5c0gzpmqp7qrhfcjrhbgwd2mzsn2qpsv7ym0ywjkvrkg3355";
vendorSha256 = "sha256-qjXpzS1ctEQfXFjzyBUiIp6+oqABedpwHqDxQz0DJ8U=";
2021-10-01 00:40:47 +00:00
}