liblinear: 2.40 -> 2.41
According the website: Version 2.41 released on July 29, 2020 (some bug fixes of version 2.40).
This commit is contained in:
parent
c31de496b5
commit
97e899d154
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ let
|
|||
soVersion = "4";
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "liblinear";
|
||||
version = "2.40";
|
||||
version = "2.41";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cjlin1";
|
||||
repo = "liblinear";
|
||||
rev = "v${builtins.replaceStrings ["."] [""] version}";
|
||||
sha256 = "041fby9vc7nvj0gls5zd9mhw7yqazm530bmln38mfz7wd06z1d6b";
|
||||
sha256 = "1mykrzka2wxnvvjh21hisabs5fsxqzdhkxw9m08h24c58vfiwsd8";
|
||||
};
|
||||
|
||||
outputs = [ "bin" "dev" "out" ];
|
||||
|
|
Loading…
Reference in a new issue