3
0
Fork 0
forked from mirrors/nixpkgs

fasttext: 0.9.1 -> 0.9.2

Changelog:

https://github.com/facebookresearch/fastText/releases/tag/v0.9.2
This commit is contained in:
Daniël de Kok 2020-04-28 12:14:39 +02:00
parent 2cd07f1f18
commit 3ba5bc7130

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fasttext";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "facebookresearch";
repo = "fastText";
rev = "v${version}";
sha256 = "1cbzz98qn8aypp4r5kwwwc9wiq5bwzv51kcsb15xjfs9lz8h3rii";
sha256 = "07cz2ghfq6amcljaxpdr5chbd64ph513y8zqmibfx2xwfp74xkhn";
};
nativeBuildInputs = [ cmake ];