terramate: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm 2023-09-06 18:39:13 +00:00
parent de60da9773
commit 9280ab31fd

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "terramate";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${version}";
hash = "sha256-64tzzruhypIgDbsIOkAenyAYaRnCJiOIiuib3YPI0XI=";
hash = "sha256-bi/O4yG9m8uefY9CSn3yFmotxlFZz53cJG8SI1Zk1/4=";
};
vendorHash = "sha256-/PKibIGNeam6fP2eLUYd2kxlTO4KcboIbUQ2lKe2qYY=";
vendorHash = "sha256-gl5xsaSkGXlh+MfieVBPHGAbYZVF3GBbIkmvVhlJvqw=";
# required for version info
nativeBuildInputs = [ git ];