terramate: 0.10.2 -> 0.10.4

This commit is contained in:
R. Ryantm
2024-09-14 23:58:32 +00:00
parent 00ca48eb01
commit 3532e00b82
@@ -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 ];