Unverified Commit 7a7c6551 authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

terraform: 1.9.7 -> 1.9.8 (#349075)

parents c08a509f ead49e50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -165,8 +165,8 @@ rec {
  mkTerraform = attrs: pluggable (generic attrs);

  terraform_1 = mkTerraform {
    version = "1.9.7";
    hash = "sha256-L0F0u96et18IlqAUsc0HK+cLeav2OqN4kxs58hPNMIM=";
    version = "1.9.8";
    hash = "sha256-0xBhOdaIbw1fLmbI4KDvQoHD4BmVZoiMT/zv9MnwuD4=";
    vendorHash = "sha256-tH9KQF4oHcQh34ikB9Bx6fij/iLZN+waxv5ZilqGGlU=";
    patches = [ ./provider-path-0_15.patch ];
    passthru = {