fasttext: 0.9.1 -> 0.9.2
Changelog: https://github.com/facebookresearch/fastText/releases/tag/v0.9.2
This commit is contained in:
parent
2cd07f1f18
commit
3ba5bc7130
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fasttext";
|
pname = "fasttext";
|
||||||
version = "0.9.1";
|
version = "0.9.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "facebookresearch";
|
owner = "facebookresearch";
|
||||||
repo = "fastText";
|
repo = "fastText";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1cbzz98qn8aypp4r5kwwwc9wiq5bwzv51kcsb15xjfs9lz8h3rii";
|
sha256 = "07cz2ghfq6amcljaxpdr5chbd64ph513y8zqmibfx2xwfp74xkhn";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user