fabric-ai: 1.4.122 -> 1.4.167 (#395430)

This commit is contained in:
Pol Dellaiera
2025-04-11 11:12:26 +02:00
committed by GitHub
+7 -4
View File
@@ -7,16 +7,19 @@
buildGoModule rec {
pname = "fabric-ai";
version = "1.4.122";
version = "1.4.167";
src = fetchFromGitHub {
owner = "danielmiessler";
repo = "fabric";
rev = "v${version}";
hash = "sha256-wFVb2IdYB1T7wozQcjxLE7uVRsIFkPL5rS/8V0LnRcg=";
tag = "v${version}";
hash = "sha256-M6YL111YQahrFLaZt+b3EooziCTDpZnO5hGBj1XBVxY=";
};
vendorHash = "sha256-eV+Wb3IL8veO7NF5Y5zLgTW9eHJF6ke/0SrDojHF3X8=";
vendorHash = "sha256-ax0ZLvLfbmpzO93xRqonHJz1zHs6u0+Mu0WegR1eW60=";
# Fabric introduced plugin tests that fail in the nix build sandbox.
doCheck = false;
ldflags = [
"-s"