Skip to content

Commit

Permalink
terraform_0_11: 0.11.11 -> 0.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bernadinm authored and Mic92 committed Mar 21, 2019
1 parent c9c1884 commit 60e9373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/terraform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ let
plugins = removeAttrs terraform-providers ["override" "overrideDerivation" "recurseForDerivations"];
in rec {
terraform_0_11 = pluggable (generic {
version = "0.11.11";
sha256 = "1hsi5sibs0fk1620wzzxrc1gqjs6slqrjvlqcgvgg1yl22q9g7f5";
version = "0.11.13";
sha256 = "014d2ibmbp5yc1802ckdcpwqbm5v70xmjdyh5nadn02dfynaylna";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});
Expand Down

0 comments on commit 60e9373

Please sign in to comment.