Unverified Commit a24e1854 authored by Someone's avatar Someone Committed by GitHub
Browse files

faiss: 1.12.0 -> 1.13.0 (#461068)

parents 8fcab26b 848780f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

let
  pname = "faiss";
  version = "1.12.0";
  version = "1.13.0";

  inherit (cudaPackages) flags backendStdenv;

@@ -50,7 +50,7 @@ stdenv.mkDerivation {
    owner = "facebookresearch";
    repo = "faiss";
    tag = "v${version}";
    hash = "sha256-VYryu70qu3JA0euPSD2xp2oJcACr7gXvssyZs1VBnSU=";
    hash = "sha256-8o66YbAH2pqPjW7yG2pfuEdEyEzoopE2DJNV70XymUY=";
  };

  nativeBuildInputs = [