arathunku 2024-08-04 07:52:39 +02:00
parent ed254fc24b
commit ee3d036102
No known key found for this signature in database
GPG Key ID: BE6C9FE553F0E2C5

View File

@ -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 ];