terramate: 0.17.0 -> 0.17.1 (#524546)

This commit is contained in:
Nick Cao
2026-05-26 20:35:50 +00:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "terramate";
version = "0.17.0";
version = "0.17.1";
src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${finalAttrs.version}";
hash = "sha256-Se1A43fDx4/RK70xNvUUZaAdFVWAijo+VLyHqMYgmfw=";
hash = "sha256-jdhOuaSFcq3bw9cX+IJN233x4o76shMfZQDmyUiTWO4=";
};
vendorHash = "sha256-U9ASe8P+c6UDHGpazV7LJXcAAkABqXN1AO0WqxlhEGo=";
vendorHash = "sha256-tjAsA8rxFE4zINc0Dpm2/5PpJ6BGYJiz059dBKCKsck=";
# required for version info
nativeBuildInputs = [ git ];