Merge pull request #259101 from marsam/update-terraform

authored by

Wael Nasreddine and committed by
GitHub
82558ff5 d943caed

+5 -5
+4 -4
pkgs/applications/networking/cluster/terraform/default.nix
··· 53 53 "Tool for building, changing, and versioning infrastructure"; 54 54 homepage = "https://www.terraform.io/"; 55 55 changelog = "https://github.com/hashicorp/terraform/blob/v${version}/CHANGELOG.md"; 56 - license = licenses.mpl20; 56 + license = licenses.bsl11; 57 57 maintainers = with maintainers; [ 58 58 Chili-Man 59 59 babariviere ··· 167 167 mkTerraform = attrs: pluggable (generic attrs); 168 168 169 169 terraform_1 = mkTerraform { 170 - version = "1.5.7"; 171 - hash = "sha256-pIhwJfa71/gW7lw/KRFBO4Q5Z5YMcTt3r9kD25k8cqM="; 172 - vendorHash = "sha256-lQgWNMBf+ioNxzAV7tnTQSIS840XdI9fg9duuwoK+U4="; 170 + version = "1.6.0"; 171 + hash = "sha256-R1phgtGn9hyNqa0wR1zY9uThTJSIj7TuK5ekXx48QP0="; 172 + vendorHash = "sha256-V7S+IzHfBhIHo0xCvHJ75gOmvVbJd2k8XBdvLG1dcsc="; 173 173 patches = [ ./provider-path-0_15.patch ]; 174 174 passthru = { 175 175 inherit plugins;
+1 -1
pkgs/top-level/all-packages.nix
··· 41328 41328 41329 41329 termpdfpy = python3Packages.callPackage ../applications/misc/termpdf.py { }; 41330 41330 41331 - inherit (callPackage ../applications/networking/cluster/terraform { }) 41331 + inherit (callPackage ../applications/networking/cluster/terraform { buildGoModule = buildGo121Module; }) 41332 41332 mkTerraform 41333 41333 terraform_1 41334 41334 terraform_plugins_test