From a03960496e4c100f988fa523009c6e3182533f04 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 26 Sep 2024 06:37:31 +0000 Subject: [PATCH 1/2] terramate: 0.10.4 -> 0.10.6 --- pkgs/development/tools/misc/terramate/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/misc/terramate/default.nix b/pkgs/development/tools/misc/terramate/default.nix index 341919bd41a4..ba375cad8e63 100644 --- a/pkgs/development/tools/misc/terramate/default.nix +++ b/pkgs/development/tools/misc/terramate/default.nix @@ -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="; From 678f3a73b91c9d770489a8c55b93fd016dafaeb4 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 6 Oct 2024 22:52:23 +0200 Subject: [PATCH 2/2] terramate: add meta.changelog --- pkgs/development/tools/misc/terramate/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/misc/terramate/default.nix b/pkgs/development/tools/misc/terramate/default.nix index ba375cad8e63..5d2be8f5a4c8 100644 --- a/pkgs/development/tools/misc/terramate/default.nix +++ b/pkgs/development/tools/misc/terramate/default.nix @@ -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 ]; };