Merge pull request #332169 from arathunku/terramate-v0.10.0

terramate: 0.9.0 -> 0.10.0
This commit is contained in:
Nick Cao
2024-08-05 15:28:39 -04:00
committed by GitHub
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "terramate";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${version}";
hash = "sha256-052pw091okx564tzN3Ookw2xZmW12svI49Ll5MIWMu0=";
hash = "sha256-SAMtEo84P5sxQ3JFU4evt2ycL1tg2yrLoWipWi4KObE=";
};
vendorHash = "sha256-lJL8THy0wXrKTSPdnBxollgZkaHMhvw3MbuiacyR6GE=";
vendorHash = "sha256-TOntPPtynr333rX0wlb2pIeEwcNzyWP3wFqPoMz6LK0=";
# required for version info
nativeBuildInputs = [ git ];