fabric-ai: 1.4.264 -> 1.4.272 (#430173)

Co-authored-by: jaredmontoya <jaredmontoya@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-01 20:28:21 +00:00 committed by GitHub
commit d16d5ea699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "fabric-ai";
version = "1.4.264";
version = "1.4.272";
src = fetchFromGitHub {
owner = "danielmiessler";
repo = "fabric";
tag = "v${version}";
hash = "sha256-x9dMO/6ZewMSobi4KcEW1CQ+r1Ngll+Bqlv+GRV7eYQ=";
hash = "sha256-4ohZC+TKCKljawf0DAqzNQmEeFXi2jp4571uN+0UqZA=";
};
vendorHash = "sha256-/3+4oeKl+GQPmYt3yBt77ATm55pALa+62mC6lktSTiw=";
vendorHash = "sha256-wPd0Rgc081ueK12MTeeJfuwUDyFfwXN/MveeOArjkqg=";
# Fabric introduced plugin tests that fail in the nix build sandbox.
doCheck = false;