tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
terraform: 1.8.2 -> 1.8.3
authored by
R. Ryantm
and committed by
zowoq
2 years ago
c3a95d6d
ae468e8b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
terraform
default.nix
+2
-2
pkgs/applications/networking/cluster/terraform/default.nix
···
166
mkTerraform = attrs: pluggable (generic attrs);
167
168
terraform_1 = mkTerraform {
169
-
version = "1.8.2";
170
-
hash = "sha256-c9RzdmaTXMOi4oP++asoysDpt/BSvBK/GmEDDGViSl0=";
171
vendorHash = "sha256-2+ctm1lJjCHITWV7BqoqgBlXKjNT4lueAt4F3UtoL9Q=";
172
patches = [ ./provider-path-0_15.patch ];
173
passthru = {
···
166
mkTerraform = attrs: pluggable (generic attrs);
167
168
terraform_1 = mkTerraform {
169
+
version = "1.8.3";
170
+
hash = "sha256-4W1Cs3PAGn43eGDK15qSvN+gLdkkoFIwhejcJsCqcYA=";
171
vendorHash = "sha256-2+ctm1lJjCHITWV7BqoqgBlXKjNT4lueAt4F3UtoL9Q=";
172
patches = [ ./provider-path-0_15.patch ];
173
passthru = {