fabric-ai: 1.4.231 -> 1.4.247 (#425481)

Co-authored-by: jaredmontoya <jaredmontoya@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
jaredmontoya
and committed by
GitHub
0d239fa2 c0f418c0

+3 -3
+3 -3
pkgs/by-name/fa/fabric-ai/package.nix
··· 7 8 buildGoModule rec { 9 pname = "fabric-ai"; 10 - version = "1.4.231"; 11 12 src = fetchFromGitHub { 13 owner = "danielmiessler"; 14 repo = "fabric"; 15 tag = "v${version}"; 16 - hash = "sha256-V/ryS0EB8izLsU0ggmAkdq3oFnR2h16ZF1JTJT/GMwY="; 17 }; 18 19 - vendorHash = "sha256-g2nMyrmDkb14siqiAMcis1bRijTsJ2KDtaK3FHCofx0="; 20 21 # Fabric introduced plugin tests that fail in the nix build sandbox. 22 doCheck = false;
··· 7 8 buildGoModule rec { 9 pname = "fabric-ai"; 10 + version = "1.4.247"; 11 12 src = fetchFromGitHub { 13 owner = "danielmiessler"; 14 repo = "fabric"; 15 tag = "v${version}"; 16 + hash = "sha256-s1FlQIbHSCWUR9f3qWfYHOLYmG8GwJb3SAu6d9DAH1Q="; 17 }; 18 19 + vendorHash = "sha256-/3+4oeKl+GQPmYt3yBt77ATm55pALa+62mC6lktSTiw="; 20 21 # Fabric introduced plugin tests that fail in the nix build sandbox. 22 doCheck = false;