We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b6a05 commit db8da26Copy full SHA for db8da26
pkgs/applications/networking/cluster/terraform/default.nix
@@ -165,9 +165,9 @@ rec {
165
mkTerraform = attrs: pluggable (generic attrs);
166
167
terraform_1 = mkTerraform {
168
- version = "1.9.5";
169
- hash = "sha256-fWyqBDvuBrwqgwi1WU4RsdWssKmaClNyP5zyUf+JmTU=";
170
- vendorHash = "sha256-CAZUs1hxjHXcAteuVJZmkqwnMYUoIau++IFdD1b7yYY=";
+ version = "1.9.6";
+ hash = "sha256-rlqpqiMlLcn2LqqKRU9iFaVqUz/QQtpiiZ39h5ZvpbI=";
+ vendorHash = "sha256-tH9KQF4oHcQh34ikB9Bx6fij/iLZN+waxv5ZilqGGlU=";
171
patches = [ ./provider-path-0_15.patch ];
172
passthru = {
173
inherit plugins;
0 commit comments