12 lines
255 B
Nix
12 lines
255 B
Nix
|
[
|
||
|
{
|
||
|
goPackagePath = "github.com/hashicorp/terraform";
|
||
|
fetch = {
|
||
|
type = "git";
|
||
|
url = "https://github.com/hashicorp/terraform";
|
||
|
rev = "v0.12.5";
|
||
|
sha256 = "0p064rhaanwx4szs8hv6mdqad8d2bgfd94h2la11j58xbsxc7hap";
|
||
|
};
|
||
|
}
|
||
|
]
|