Skip to content

Commit

Permalink
terraform: 1.5.2 -> 1.5.3 (NixOS#243204)
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq authored Jul 13, 2023
1 parent 6a05eeb commit 1128a66
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 @@ -166,9 +166,9 @@ rec {
mkTerraform = attrs: pluggable (generic attrs);

terraform_1 = mkTerraform {
version = "1.5.2";
hash = "sha256-Ri2nWLjPPBINXyPIQSbnd1L+t7QLgXiTOgqX8Dk/rXg=";
vendorHash = "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0=";
version = "1.5.3";
hash = "sha256-4TnTYzjy8v5+mcV/JIiMPLCTPSanfmbTGzwlMovwlOo=";
vendorHash = "sha256-lQgWNMBf+ioNxzAV7tnTQSIS840XdI9fg9duuwoK+U4=";
patches = [ ./provider-path-0_15.patch ];
passthru = {
inherit plugins;
Expand Down

0 comments on commit 1128a66

Please sign in to comment.