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

aiac: 5.0.0 -> 5.0.1
This commit is contained in:
Weijia Wang
2024-07-10 12:11:48 +02:00
committed by GitHub
@@ -2,14 +2,14 @@
buildGoModule rec {
pname = "aiac";
version = "5.0.0";
version = "5.0.1";
excludedPackages = [".ci"];
src = fetchFromGitHub {
owner = "gofireflyio";
repo = pname;
rev = "v${version}";
hash = "sha256-4XjtzfICFCy2mA0FK0yV/hI5PPVpgXt5LlJTAxQAVq8=";
hash = "sha256-1kWXvmnfdx44HYjW3vHuj2oU1uMabeGcZutkpszWg7Y=";
};
vendorHash = "sha256-uXYin6JITpy3bc7FI/3aJqvCD9cGwGL1qjB8hBUWLQE=";