Loading pkgs/development/tools/misc/terramate/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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="; Loading @@ -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 ]; }; Loading Loading
pkgs/development/tools/misc/terramate/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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="; Loading @@ -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 ]; }; Loading