Loading pkgs/by-name/fa/fabric-ai/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ buildGoModule rec { pname = "fabric-ai"; version = "1.4.196"; version = "1.4.209"; src = fetchFromGitHub { owner = "danielmiessler"; repo = "fabric"; tag = "v${version}"; hash = "sha256-g2f8xpS+KA1USt7lArodTo7m7OXnzew2LSFKeVclQOE="; hash = "sha256-kRPFTs3w5MhlCax81GrZ82GWLMTDUiyXOI9lSp4Fwkc="; }; vendorHash = "sha256-xfNvmhHNYpanhZKT9o8kImzw4gzigpgc8ri9O1iOqwc="; vendorHash = "sha256-GkAehT2oFG8cGe+PkceZios3ZG9S0CZs4L7slX+Dkck="; # Fabric introduced plugin tests that fail in the nix build sandbox. doCheck = false; Loading Loading
pkgs/by-name/fa/fabric-ai/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ buildGoModule rec { pname = "fabric-ai"; version = "1.4.196"; version = "1.4.209"; src = fetchFromGitHub { owner = "danielmiessler"; repo = "fabric"; tag = "v${version}"; hash = "sha256-g2f8xpS+KA1USt7lArodTo7m7OXnzew2LSFKeVclQOE="; hash = "sha256-kRPFTs3w5MhlCax81GrZ82GWLMTDUiyXOI9lSp4Fwkc="; }; vendorHash = "sha256-xfNvmhHNYpanhZKT9o8kImzw4gzigpgc8ri9O1iOqwc="; vendorHash = "sha256-GkAehT2oFG8cGe+PkceZios3ZG9S0CZs4L7slX+Dkck="; # Fabric introduced plugin tests that fail in the nix build sandbox. doCheck = false; Loading