terramate: 0.10.6 -> 0.10.7 (#347309)

This commit is contained in:
Pol Dellaiera 2024-10-09 21:00:48 +02:00 committed by GitHub
commit 65036f89a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "terramate";
version = "0.10.6";
version = "0.10.7";
src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${version}";
hash = "sha256-6IG6wIKz13yBR+LZYkabfckUomIEcjpGbHZ7HCvGs7M=";
hash = "sha256-CvvOJO57DotHpLB2FiAyYhF+WWXGuKEKCksnBWBiZ20=";
};
vendorHash = "sha256-kjzpXOoyTwjpYLBqDuB6Eup5Yzgej2U+HUo4z8V+cEI=";
@ -30,6 +30,6 @@ buildGoModule rec {
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 ];
maintainers = with maintainers; [ dit7ya asininemonkey ];
};
}