Skip to content

Commit

Permalink
terramate: 0.10.4 -> 0.10.6 (#344589)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 authored Oct 7, 2024
2 parents de4bd4e + 678f3a7 commit d0deb15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/tools/misc/terramate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "terramate";
version = "0.10.4";
version = "0.10.6";

src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${version}";
hash = "sha256-raVB0c/TZK/NKv/J1t8nrPAeABd5gQhjeuKL8kYm9YI=";
hash = "sha256-6IG6wIKz13yBR+LZYkabfckUomIEcjpGbHZ7HCvGs7M=";
};

vendorHash = "sha256-kjzpXOoyTwjpYLBqDuB6Eup5Yzgej2U+HUo4z8V+cEI=";
Expand All @@ -28,6 +28,7 @@ buildGoModule rec {
meta = with lib; {
description = "Adds code generation, stacks, orchestration, change detection, data sharing and more to Terraform";
homepage = "https://github.com/terramate-io/terramate";
changelog = "https://github.com/terramate-io/terramate/releases/tag/v${version}";
license = licenses.mpl20;
maintainers = with maintainers; [ dit7ya ];
};
Expand Down

0 comments on commit d0deb15

Please sign in to comment.