mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 22:23:15 +00:00
4757c4a1b1
Fixes Musl build of Linkerd.
9 lines
235 B
Nix
9 lines
235 B
Nix
{ callPackage }:
|
|
|
|
(callPackage ./generic.nix { }) {
|
|
channel = "edge";
|
|
version = "23.1.2";
|
|
sha256 = "1c8l5zzy5pjilp1a84084g3dgdm0rxkx7hj7lqcn0iihfvhxc1xq";
|
|
vendorSha256 = "sha256-6dOX3SsKjpwC/dEUO2SnVna99lpav7kIEKrMUy4YfhA=";
|
|
}
|