terramate: 0.15.5 -> 0.16.0 (#491468)

This commit is contained in:
Nick Cao
2026-02-17 22:24:32 +00:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "terramate";
version = "0.15.5";
version = "0.16.0";
src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${finalAttrs.version}";
hash = "sha256-iSDxhuUD29eGhvUeyGT3OEV/++xlta7lljTYn+8WmlE=";
hash = "sha256-UY9Nj6MbQd2RLV0ofo5qpcsnabYwOyeEVXxXvC3efTo=";
};
vendorHash = "sha256-o2MNmJmYMq2mQBLslOtRyRH9euEhcJyIhohJ3CKp6kg=";
vendorHash = "sha256-Ca4ZVna80Gb3L+qWmwXTh4qpDuc42PFFlDmuUqlGwqg=";
# required for version info
nativeBuildInputs = [ git ];