Merge pull request #277005 from r-ryantm/auto-update/aiac

aiac: 2.5.0 -> 4.0.0
This commit is contained in:
Nick Cao 2023-12-28 13:53:07 -05:00 committed by GitHub
commit 599a7191c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,18 @@
buildGoModule rec { buildGoModule rec {
pname = "aiac"; pname = "aiac";
version = "2.5.0"; version = "4.0.0";
excludedPackages = [".ci"]; excludedPackages = [".ci"];
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gofireflyio"; owner = "gofireflyio";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-BCcoMftnvfAqmabnSz/oRAlJg95KJ236mduxV2DfRG4="; hash = "sha256-OXqHZlVo1rFt/hJbc14faXTbckLx9CvsL131qj6G1dw=";
}; };
vendorHash = "sha256-Uqr9wH7hCLdZEu6DXddgB7NuLtqcjUbOPJ2YX+9ehKM="; vendorHash = "sha256-JWQQUB4/yIDGzWeshtcWnkXQS7jYcDHwG/tef6sBizQ=";
ldflags = [ "-s" "-w" "-X github.com/gofireflyio/aiac/v3/libaiac.Version=v${version}" ]; ldflags = [ "-s" "-w" "-X github.com/gofireflyio/aiac/v4/libaiac.Version=v${version}" ];
meta = with lib; { meta = with lib; {
description = ''Artificial Intelligence Infrastructure-as-Code Generator.''; description = ''Artificial Intelligence Infrastructure-as-Code Generator.'';