Merge pull request #277005 from r-ryantm/auto-update/aiac
aiac: 2.5.0 -> 4.0.0
This commit is contained in:
commit
599a7191c2
1 changed files with 4 additions and 4 deletions
|
@ -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.'';
|
||||||
|
|
Loading…
Reference in a new issue