mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 22:53:42 +00:00
11 lines
248 B
Nix
11 lines
248 B
Nix
{ callPackage
|
|
, buildGoModule
|
|
}:
|
|
|
|
callPackage ./generic.nix {
|
|
inherit buildGoModule;
|
|
version = "1.3.7";
|
|
sha256 = "sha256-hMMR7PdCViZdePXy9aFqTFBxoiuuXqIldXyCGkkr5MA=";
|
|
vendorSha256 = "sha256-unw2/E048jzDHj7glXc61UNZIr930UpU9RrXI6DByj4=";
|
|
}
|