Skip to content

Commit db8da26

Browse files
r-ryantmzowoq
authored andcommitted
terraform: 1.9.5 -> 1.9.6
1 parent 25b6a05 commit db8da26

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/networking/cluster/terraform

1 file changed

+3
-3
lines changed

pkgs/applications/networking/cluster/terraform/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ rec {
165165
mkTerraform = attrs: pluggable (generic attrs);
166166

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

0 commit comments

Comments
 (0)