terramate: 0.13.2 -> 0.13.3

This commit is contained in:
R. Ryantm
2025-06-20 18:50:21 +00:00
parent 49645047e6
commit 0b54cbfc05
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "terramate";
version = "0.13.2";
version = "0.13.3";
src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${version}";
hash = "sha256-NN7M4ZJ67YwguDzSHkluW1wbwVbn+7otMQm+ot2el5I=";
hash = "sha256-KPac6JyDnP2mVJSo3Ffzk3Nrzr9PrJCe4rNtl7uR+a8=";
};
vendorHash = "sha256-Ldl4TGmfMLk9DJgoVUYCpjX5TyAwZyCSrOKdb6uo4eM=";
vendorHash = "sha256-u9eXi7FjMsXm0H0y7Gs/Wu2I8tp4rRLxtjUxrrHJkEU=";
# required for version info
nativeBuildInputs = [ git ];