nixpkgs/pkgs/applications/networking/cluster/linkerd/edge.nix
2023-02-26 16:27:52 +00:00

9 lines
235 B
Nix

{ callPackage }:
(callPackage ./generic.nix { }) {
channel = "edge";
version = "23.2.3";
sha256 = "0lqbsh3237hh1rifi7w3h1mq4m6cnpxvb1h3dxghv5sblyivqfz9";
vendorSha256 = "sha256-gZ9t10Lj0wXeVBfmxKax9FYrcNL+ZEJOqhQfYw9Qwzw=";
}