terramate: 0.10.2 -> 0.10.4 (#341933)

This commit is contained in:
OTABI Tomoya
2024-09-25 12:09:27 +09:00
committed by GitHub
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "terramate";
version = "0.10.2";
version = "0.10.4";
src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${version}";
hash = "sha256-z7G0oj6aJRUXVitj9f2hGTLOFPo0LcQyADKvMFsk9t0=";
hash = "sha256-raVB0c/TZK/NKv/J1t8nrPAeABd5gQhjeuKL8kYm9YI=";
};
vendorHash = "sha256-TOntPPtynr333rX0wlb2pIeEwcNzyWP3wFqPoMz6LK0=";
vendorHash = "sha256-kjzpXOoyTwjpYLBqDuB6Eup5Yzgej2U+HUo4z8V+cEI=";
# required for version info
nativeBuildInputs = [ git ];