Skip to content

Commit

Permalink
terraform_0_14: 0.14.2 -> 0.14.3 (#107120)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored Dec 18, 2020
1 parent 1328c5d commit 51d0a41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/terraform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ in rec {
});

terraform_0_14 = pluggable (generic {
version = "0.14.2";
sha256 = "0j09bjdl1z836y3zdlgjcdah11wlnvsd5hmsagjsz9am04qlyfya";
vendorSha256 = "1iifjrnc79f4liyy4pgjbnarv2fx6vwlaqcv75crmyji40xv0w9s";
version = "0.14.3";
sha256 = "0w2j1phjv989bspbyvkhr25bdz1zjch3zggwk2lgjyk77mdw5h20";
vendorSha256 = "03dg703pw3h98vfvi2mnd2lw0mv6hlhvmc1l7ngrqdyv54cmihnp";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});
Expand Down

0 comments on commit 51d0a41

Please sign in to comment.