3
0
Fork 0
forked from mirrors/nixpkgs
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 01:40:47 +01:00
{ callPackage }:
(callPackage ./generic.nix { }) {
channel = "edge";
2022-02-28 19:44:29 +00:00
version = "22.2.4";
sha256 = "1s53zlb7f0xp2vqa5fnsjdhjq203bsksrmdbrxkkm1yi3nc3p369";
vendorSha256 = "sha256-cN19kKa4Ieweta95/4bKlAYn/Bq8j27H408za3OoJoI=";
2021-10-01 01:40:47 +01:00
}