Loading pkgs/by-name/fa/fabric-ai/package.nix +7 −4 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
pkgs/by-name/fa/fabric-ai/package.nix +7 −4 Original line number Diff line number Diff line Loading @@ -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" Loading