mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
update terraform_0_11 to 0.11.15 (#126909)
This commit is contained in:
@@ -110,8 +110,8 @@ let
|
||||
];
|
||||
in rec {
|
||||
terraform_0_11 = pluggable (generic {
|
||||
version = "0.11.14";
|
||||
sha256 = "1bzz5wy13gh8j47mxxp6ij6yh20xmxd9n5lidaln3mf1bil19dmc";
|
||||
version = "0.11.15";
|
||||
sha256 = "15qs7zwz18cmp8xnkf9rwqmracy7va1n480apxiaijrgvai8sv8n";
|
||||
patches = [ ./provider-path.patch ];
|
||||
passthru = { inherit plugins; };
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user