Skip to content

Commit 51c481b

Browse files
committedJul 4, 2017
terraform: 0.9.10 -> 0.9.11
1 parent edb5876 commit 51c481b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎pkgs/applications/networking/cluster/terraform/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ in {
4848
sha256 = "0ibgpcpvz0bmn3cw60nzsabsrxrbmmym1hv7fx6zmjxiwd68w5gb";
4949
};
5050

51-
terraform_0_9_10 = generic {
52-
version = "0.9.10";
53-
sha256 = "0sg8czfn4hh7cf7zcdqwkygsvm9p47f5bi6kbl37bx9rn6bi5m6s";
51+
terraform_0_9_11 = generic {
52+
version = "0.9.11";
53+
sha256 = "045zcpd4g9c52ynhgh3213p422ahds63mzhmd2iwcmj88g8i1w6x";
5454
doCheck = true;
5555
};
5656
}

‎pkgs/top-level/all-packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -18725,10 +18725,10 @@ with pkgs;
1872518725
inherit (callPackage ../applications/networking/cluster/terraform {})
1872618726
terraform_0_8_5
1872718727
terraform_0_8_8
18728-
terraform_0_9_10;
18728+
terraform_0_9_11;
1872918729

1873018730
terraform_0_8 = terraform_0_8_8;
18731-
terraform_0_9 = terraform_0_9_10;
18731+
terraform_0_9 = terraform_0_9_11;
1873218732
terraform = terraform_0_9;
1873318733

1873418734
terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};

0 commit comments

Comments
 (0)
Please sign in to comment.