Skip to content

Commit 8fbdc12

Browse files
techknowlogickzowoq
authored andcommitted
terraform: 1.3.9 -> 1.4.0
1 parent 94c3791 commit 8fbdc12

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • pkgs/applications/networking/cluster/terraform

pkgs/applications/networking/cluster/terraform/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ rec {
168168
mkTerraform = attrs: pluggable (generic attrs);
169169

170170
terraform_1 = mkTerraform {
171-
version = "1.3.9";
172-
hash = "sha256-gwuUdO9m4Q2tFRLSVTbcsclOq9jcbQU4JV9nIElTkQ4=";
173-
vendorHash = "sha256-CE6jNBvM0980+R0e5brK5lMrkad+91qTt9mp2h3NZyY=";
171+
version = "1.4.0";
172+
hash = "sha256-jt+axusOYbJmGJpim8i76Yfb/QgWduUmZMIiIs0CJoA=";
173+
vendorHash = "sha256-M22VONnPs0vv2L3q/2RjE0+Jna/Kv95xubVNthp5bMc=";
174174
patches = [ ./provider-path-0_15.patch ];
175175
passthru = {
176176
inherit plugins;

0 commit comments

Comments
 (0)