aiac: 4.2.0 -> 4.3.0

This commit is contained in:
R. Ryantm 2024-06-12 00:41:33 +00:00
parent e913ae3400
commit 7d5dabb32d

View File

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "aiac";
version = "4.2.0";
version = "4.3.0";
excludedPackages = [".ci"];
src = fetchFromGitHub {
owner = "gofireflyio";
repo = pname;
rev = "v${version}";
hash = "sha256-83htckX3AIgLKxxSIaM3HUJDDv4GrpJsZ7nGln5trKw=";
hash = "sha256-6u/TVCLFtcNzmchYw8dhedNRm7Lpl9oi8MpYkLYzFdg=";
};
vendorHash = "sha256-JWQQUB4/yIDGzWeshtcWnkXQS7jYcDHwG/tef6sBizQ=";