fabric-ai: 1.4.308 -> 1.4.319 (#450389)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-10 08:56:16 +00:00
committed by GitHub

View File

@@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "fabric-ai"; pname = "fabric-ai";
version = "1.4.308"; version = "1.4.319";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "danielmiessler"; owner = "danielmiessler";
repo = "fabric"; repo = "fabric";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-BCHxuQPM1mYkUyxpISunSqqmFJFTOkZ512DguOSCe34="; hash = "sha256-PTxBDJS2Fm3hqvQO9LGLZ+8vWeUQjw4UXk2J8j06ZTQ=";
}; };
vendorHash = "sha256-vZeRA949KhZy2KcKK9LtkrITmH+QLHzWi0bmnu1zYH4="; vendorHash = "sha256-V24r/xl/E37OYW59apD/ccXtDIpP3MeUEq9HvHdTSgM=";
# Fabric introduced plugin tests that fail in the nix build sandbox. # Fabric introduced plugin tests that fail in the nix build sandbox.
doCheck = false; doCheck = false;