mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-07 13:33:12 +00:00
11 lines
248 B
Nix
11 lines
248 B
Nix
{ callPackage
|
|
, buildGoModule
|
|
}:
|
|
|
|
callPackage ./generic.nix {
|
|
inherit buildGoModule;
|
|
version = "1.4.2";
|
|
sha256 = "sha256-GGLy/6FgMTSZ701F0QGwcw1EFZSUMyPOlokThOTtdJg=";
|
|
vendorSha256 = "sha256-dd8rTGcO4GVMRuABwT4HeucZqYKxrgRUkua/bSPLNH0=";
|
|
}
|