Unverified Commit 66290f9e authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 1ce3f86c 92ec3c02
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -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"