mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Revert "faiss: 1.7.4 -> 1.8.0" (#330183)
As indicated by nixpkgs-review, ofBorg and the prior discussion, faissCuda still does not build.
This commit is contained in:
parent
ce15b0c196
commit
ad9a6e0d22
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
let
|
||||
pname = "faiss";
|
||||
version = "1.8.0";
|
||||
version = "1.7.4";
|
||||
|
||||
inherit (cudaPackages) flags backendStdenv;
|
||||
|
||||
|
@ -51,7 +51,7 @@ stdenv.mkDerivation {
|
|||
owner = "facebookresearch";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-nS8nhkNGGb2oAJKfr/MIAZjAwMxBGbNd16/CkEtv67I=";
|
||||
hash = "sha256-WSce9X6sLZmGM5F0ZkK54VqpIy8u1VB0e9/l78co29M=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue