mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
6c9b5071e4
This broke eval. https://github.com/NixOS/nixpkgs/pull/107030#issuecomment-753591854 This reverts commit20489e31cd
, reversing changes made to590feeecfb
.
8 lines
179 B
Nix
8 lines
179 B
Nix
{ callPackage, buildGoPackage }:
|
|
|
|
callPackage ./generic.nix {
|
|
inherit buildGoPackage;
|
|
version = "0.12.9";
|
|
sha256 = "1a0ig6pb0z3qp7zk4jgz3h241bifmjlyqsfikyy3sxdnzj7yha27";
|
|
}
|