terramate: 0.11.9 -> 0.12.1 (#386003)

This commit is contained in:
Arne Keller
2025-03-06 13:56:59 +01:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "terramate";
version = "0.11.9";
version = "0.12.1";
src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${version}";
hash = "sha256-PmHZdj5D3c9FOOfflM5Vgpkv3b4BsKHeAwDOdcBvWtg=";
hash = "sha256-e1eSKLBTPor7P78LOlZJDj31eB61x++9IF/Ebcpys+E=";
};
vendorHash = "sha256-rvUsYBrz85TWtnivX3QmIXdIDVbDbQRmXcYjcP2S3kg=";
vendorHash = "sha256-EdrELFQYQ5clUQJQdB/tlr9IhZz3+CF0jUKH7F6kCM8=";
# required for version info
nativeBuildInputs = [ git ];