summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2021-05-19 23:29:03 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2021-05-19 23:29:03 +0200
commitf6d57e237a3df8acb9c1d334f9c6fe4fdcf767c3 (patch)
tree96437e42b11762d8666f72d1848244b5f920ad72 /pkgs/applications
parentb0b97660af672679cdfb749be906d43b068c9fa2 (diff)
downloadnixpkgs-f6d57e237a3df8acb9c1d334f9c6fe4fdcf767c3.tar
nixpkgs-f6d57e237a3df8acb9c1d334f9c6fe4fdcf767c3.tar.gz
nixpkgs-f6d57e237a3df8acb9c1d334f9c6fe4fdcf767c3.tar.bz2
nixpkgs-f6d57e237a3df8acb9c1d334f9c6fe4fdcf767c3.tar.lz
nixpkgs-f6d57e237a3df8acb9c1d334f9c6fe4fdcf767c3.tar.xz
nixpkgs-f6d57e237a3df8acb9c1d334f9c6fe4fdcf767c3.tar.zst
nixpkgs-f6d57e237a3df8acb9c1d334f9c6fe4fdcf767c3.zip
terraform_0_15: 0.15.3 -> 0.15.4
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix6
-rw-r--r--pkgs/applications/networking/cluster/terraform/provider-path-0_15.patch6
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index 3b55c99b263..2a4f10a8f11 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -164,9 +164,9 @@ in rec {
   });
 
   terraform_0_15 = pluggable (generic {
-    version = "0.15.3";
-    sha256 = "12dny8f89ry75ljarhdqlwgzv6py75s1wcmb62n5fp9nk03bjf2p";
-    vendorSha256 = "13ap1arn81lcxry08j42ck6lgvdcvdxgah6d40pmpkzkw9jcf55b";
+    version = "0.15.4";
+    sha256 = "14pxnmxy0c7idn8vgns70fxm2835gbz5vd1hmwzvhm394vr62frp";
+    vendorSha256 = "12hrpxay6k3kz89ihyhl91c4lw4wp821ppa245w9977fq09fhnx0";
     patches = [ ./provider-path-0_15.patch ];
     passthru = { inherit plugins; };
   });
diff --git a/pkgs/applications/networking/cluster/terraform/provider-path-0_15.patch b/pkgs/applications/networking/cluster/terraform/provider-path-0_15.patch
index 1896d6018f0..318df9ab69a 100644
--- a/pkgs/applications/networking/cluster/terraform/provider-path-0_15.patch
+++ b/pkgs/applications/networking/cluster/terraform/provider-path-0_15.patch
@@ -1,6 +1,6 @@
-diff -Naur terraform.old/command/init.go terraform.new/command/init.go
---- terraform.old/command/init.go
-+++ terraform.new/command/init.go
+diff -Naur terraform.old/internal/command/init.go terraform.new/internal/command/init.go
+--- terraform.old/internal/command/init.go
++++ terraform.new/internal/command/init.go
 @@ -3,6 +3,7 @@
  import (
  	"context"