terramate: 0.16.0 -> 0.17.0

This commit is contained in:
R. Ryantm
2026-05-06 15:34:26 +00:00
parent 6c6f009d83
commit 0bd24abb05
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "terramate";
version = "0.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${finalAttrs.version}";
hash = "sha256-UY9Nj6MbQd2RLV0ofo5qpcsnabYwOyeEVXxXvC3efTo=";
hash = "sha256-Se1A43fDx4/RK70xNvUUZaAdFVWAijo+VLyHqMYgmfw=";
};
vendorHash = "sha256-Ca4ZVna80Gb3L+qWmwXTh4qpDuc42PFFlDmuUqlGwqg=";
vendorHash = "sha256-U9ASe8P+c6UDHGpazV7LJXcAAkABqXN1AO0WqxlhEGo=";
# required for version info
nativeBuildInputs = [ git ];