Skip to content

Commit

Permalink
Update terraform and vault
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Nov 25, 2024
1 parent 0735644 commit 45a1212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions home-manager/pkgs/unfree/terraform.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# see urls and details at: https://developer.hashicorp.com/terraform/install
stdenv.mkDerivation rec {
name = "terraform";
version = "1.8.4";
version = "1.9.8";
src =
let
arch = {
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
in
fetchzip {
url = "https://releases.hashicorp.com/terraform/${version}/terraform_${version}_linux_${arch}.zip";
sha256 = "sha256-0AyFvnivHHl6etUNrno3+RddjZPINOSYjJX6Mclp+Fk=";
sha256 = "sha256-MkHttcewM/uKPexnk8/gVm9VH8UFDCwPt/EWEBcw9C4=";
stripRoot = false;
};

Expand Down
4 changes: 2 additions & 2 deletions home-manager/pkgs/unfree/vault.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# see urls and details at: https://developer.hashicorp.com/vault/install
stdenv.mkDerivation rec {
name = "vault";
version = "1.16.3";
version = "1.18.2";
src =
let
arch = {
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
in
fetchzip {
url = "https://releases.hashicorp.com/vault/${version}/vault_${version}_linux_${arch}.zip";
sha256 = "sha256-ExqFyWKU6hAKn8lRK2gjcsNA5QASJNT9CNJ4koJkzJI=";
sha256 = "sha256-l1S/E6NYP6fjPcD7CdNlMKQfbrSCtxIsDjiykmu2+Pc=";
stripRoot = false;
};

Expand Down

0 comments on commit 45a1212

Please sign in to comment.