Merge pull request #253681 from r-ryantm/auto-update/terramate

terramate: 0.4.0 -> 0.4.1
This commit is contained in:
Mario Rodas 2023-09-08 03:34:27 -05:00 committed by GitHub
commit 579bcc67d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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