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

2021-10-01 00:40:47 +00:00
{ callPackage }:
(callPackage ./generic.nix { }) {
channel = "edge";
2024-10-22 17:20:54 +00:00
version = "24.10.3";
sha256 = "1xsimk3kjniy59sw56q52cmnpg1vb1l1zbaj6nrj44pl57vkp9cp";
vendorHash = "sha256-JVXhZjUdU1CrWzrh7INhAd3kRP/tcdsYzlre9SB9gOQ=";
2021-10-01 00:40:47 +00:00
}