terramate: 0.13.1 -> 0.13.2

This commit is contained in:
R. Ryantm
2025-06-02 18:49:59 +00:00
parent 3603bcb66c
commit 5eea0fb5df
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "terramate";
version = "0.13.1";
version = "0.13.2";
src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${version}";
hash = "sha256-lIYtNvluKRufV0bXi2z2/8F7221Sum20usA0j0pHU7I=";
hash = "sha256-NN7M4ZJ67YwguDzSHkluW1wbwVbn+7otMQm+ot2el5I=";
};
vendorHash = "sha256-84xlUXCJhsZjNxdWQ/Tr/WA4/+gP8NlqQQHnA8R8nz8=";
vendorHash = "sha256-Ldl4TGmfMLk9DJgoVUYCpjX5TyAwZyCSrOKdb6uo4eM=";
# required for version info
nativeBuildInputs = [ git ];