terraform: add version attribute

This commit is contained in:
Norbert Melzer 2022-09-16 08:23:39 +02:00 committed by zowoq
parent 44ea61d940
commit 8d51534dfa

View File

@ -16,9 +16,8 @@ let
let attrs' = builtins.removeAttrs attrs [ "version" "sha256" "vendorSha256" ];
in
buildGoModule ({
name = "terraform-${version}";
inherit vendorSha256;
pname = "terraform";
inherit version vendorSha256;
src = fetchFromGitHub {
owner = "hashicorp";