mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 16:15:05 +00:00
11 lines
248 B
Nix
11 lines
248 B
Nix
{ callPackage
|
|
, buildGoModule
|
|
}:
|
|
|
|
callPackage ./generic.nix {
|
|
inherit buildGoModule;
|
|
version = "1.4.3";
|
|
sha256 = "sha256-GQVfrn9VlzfdIj73W3hBpHcevsXZcb6Uj808HUCZUUg=";
|
|
vendorSha256 = "sha256-JQRpsQhq5r/QcgFwtnptmvnjBEhdCFrXFrTKkJioL3A=";
|
|
}
|