Skip to content

Commit

Permalink
terraform: 1.2.9 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Sep 21, 2022
1 parent 8a57b26 commit c8608fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/terraform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ rec {
mkTerraform = attrs: pluggable (generic attrs);

terraform_1 = mkTerraform {
version = "1.2.9";
sha256 = "sha256-Q5AJiFnbHXhIJP06SCJNvuMKGwEJUOsmueCI7QCeQlk=";
vendorSha256 = "sha256-VKJ+aWZYD6N8HDJwUEtgWxoBMGOa27K9ze2RUJvuipc=";
version = "1.3.0";
sha256 = "1bl2d1wzarhglfc2vxg4m080d6z5mm35h3i4vg7n93wj9x3wkkq8";
vendorSha256 = "1kjbrwn6k0fycal8g189pda1w3qyjzfk2qjvm1fyj60dr155gncw";
patches = [ ./provider-path-0_15.patch ];
passthru = {
inherit plugins;
Expand Down

0 comments on commit c8608fa

Please sign in to comment.