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
235 B
Nix
Raw Normal View History

2021-10-01 00:40:47 +00:00
{ callPackage }:
(callPackage ./generic.nix { }) {
channel = "edge";
2023-02-26 16:27:52 +00:00
version = "23.2.3";
sha256 = "0lqbsh3237hh1rifi7w3h1mq4m6cnpxvb1h3dxghv5sblyivqfz9";
vendorSha256 = "sha256-gZ9t10Lj0wXeVBfmxKax9FYrcNL+ZEJOqhQfYw9Qwzw=";
2021-10-01 00:40:47 +00:00
}