Skip to content

Commit

Permalink
terraform: 1.2.0 -> 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed May 23, 2022
1 parent 7c7d71d commit 504b234
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 @@ -192,9 +192,9 @@ rec {
};

terraform_1 = mkTerraform {
version = "1.2.0";
sha256 = "sha256-5um+zS7MVL59SlxchjXdlhBGNdacbQgvg7BRAWnW5XU=";
vendorSha256 = "sha256-6x1cv+DKXH2yyMjIA6JY5EkTmWbwH4LBammXKtw2EZo=";
version = "1.2.1";
sha256 = "sha256-zvpKL7SsUeDu7pHSJTYbbJcn7kDcGk5M2jBMkkBLMtE=";
vendorSha256 = "sha256-2w0XAoja3DwztI3WxvLCUqrjW1PzSR6BU0T8TtM3TAw=";
patches = [ ./provider-path-0_15.patch ];
passthru = { inherit plugins; };
};
Expand Down

0 comments on commit 504b234

Please sign in to comment.