mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
8 lines
178 B
Nix
8 lines
178 B
Nix
{ callPackage, buildGoPackage }:
|
|
|
|
callPackage ./generic.nix {
|
|
inherit buildGoPackage;
|
|
version = "0.11.7";
|
|
sha256 = "sha256-wp1Je+I3iijD/pHHQtylMQhOiVhS6AT/y2/pUiLr0M4=";
|
|
}
|