ecos: 2.0.6 -> 2.0.7
Bump ecos module.
This commit is contained in:
parent
f0d53bd6f9
commit
c71f63a337
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ecos";
|
pname = "ecos";
|
||||||
version = "2.0.6";
|
version = "2.0.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "embotech";
|
owner = "embotech";
|
||||||
repo = "ecos";
|
repo = "ecos";
|
||||||
rev = "v${version}";
|
rev = version;
|
||||||
sha256 = "11v958j66wq30gxpjpkgl7n3rvla845lygz8fl39pgf1vk9sdyc7";
|
sha256 = "1hsndim5kjvcwk5svqa4igawzahj982180xj1d7yd0dbjlgxc7w7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
@ -29,9 +29,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A lightweight conic solver for second-order cone programming";
|
description = "A lightweight conic solver for second-order cone programming";
|
||||||
homepage = https://www.embotech.com/ECOS;
|
homepage = "https://www.embotech.com/ECOS";
|
||||||
|
downloadPage = "https://github.com/embotech/ecos/releases";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.bhipple ];
|
maintainers = with maintainers; [ bhipple ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user