Commit 2b75931c authored by Mario Rodas's avatar Mario Rodas Committed by zowoq
Browse files
parent 02b8c7dd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -167,9 +167,9 @@ rec {
  mkTerraform = attrs: pluggable (generic attrs);

  terraform_1 = mkTerraform {
    version = "1.7.4";
    hash = "sha256-LF8lFDZtDowHqa0z/TCVKznxn15Msha/af8p/w0bI1k=";
    vendorHash = "sha256-DI4YTjdFFvfby8ExEY3KoK4J9YKK5LPpMbelzFMDVVs=";
    version = "1.7.5";
    hash = "sha256-k/ugXlHK7lEKfOpSBXQNUdcq26rVVdjo53U+7ChJLIc=";
    vendorHash = "sha256-5sCf65gFpI3y+qwDYvD08OZHNsDMg2IuDL65NMsLQ4Y=";
    patches = [ ./provider-path-0_15.patch ];
    passthru = {
      inherit plugins;