terramate: 0.3.0 -> 0.4.0

This commit is contained in:
R. Ryantm 2023-08-06 14:36:51 +00:00
parent acb3384672
commit 95005869b2

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "terramate";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${version}";
hash = "sha256-/e3NbUhHQlREjb3YYSfrPq/GE+BfFI3mUO4eRE4mk9U=";
hash = "sha256-64tzzruhypIgDbsIOkAenyAYaRnCJiOIiuib3YPI0XI=";
};
vendorHash = "sha256-bja4v48BSPZC/vJVps2LKq90fReYpMY/yKTThsQQCHE=";
vendorHash = "sha256-/PKibIGNeam6fP2eLUYd2kxlTO4KcboIbUQ2lKe2qYY=";
# required for version info
nativeBuildInputs = [ git ];