Skip to content

Commit

Permalink
terraform: 1.9.5 -> 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and zowoq committed Sep 18, 2024
1 parent 25b6a05 commit db8da26
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 @@ -165,9 +165,9 @@ rec {
mkTerraform = attrs: pluggable (generic attrs);

terraform_1 = mkTerraform {
version = "1.9.5";
hash = "sha256-fWyqBDvuBrwqgwi1WU4RsdWssKmaClNyP5zyUf+JmTU=";
vendorHash = "sha256-CAZUs1hxjHXcAteuVJZmkqwnMYUoIau++IFdD1b7yYY=";
version = "1.9.6";
hash = "sha256-rlqpqiMlLcn2LqqKRU9iFaVqUz/QQtpiiZ39h5ZvpbI=";
vendorHash = "sha256-tH9KQF4oHcQh34ikB9Bx6fij/iLZN+waxv5ZilqGGlU=";
patches = [ ./provider-path-0_15.patch ];
passthru = {
inherit plugins;
Expand Down

0 comments on commit db8da26

Please sign in to comment.