ode: 0.12 -> 0.16.2
This commit is contained in:
parent
d3ebf3bfa1
commit
0ea3335541
1 changed files with 4 additions and 4 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ode";
|
pname = "ode";
|
||||||
version = "0.12";
|
version = "0.16.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/opende/ode-${version}.tar.bz2";
|
url = "https://bitbucket.org/odedevs/${pname}/downloads/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0l63ymlkgfp5cb0ggqwm386lxmc3al21nb7a07dd49f789d33ib5";
|
sha256 = "08hgh4gqdk77jcw8b7gq2mwsfg4a5v5y0j7g42bxiqhmn3ffnsmj";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Open Dynamics Engine";
|
description = "Open Dynamics Engine";
|
||||||
homepage = "https://sourceforge.net/projects/opende";
|
homepage = "https://www.ode.org";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = with licenses; [ bsd3 lgpl21 lgpl3 zlib ];
|
license = with licenses; [ bsd3 lgpl21 lgpl3 zlib ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue