orocos-kdl: 1.5.0 -> 1.5.1
This commit is contained in:
parent
47eaf6727b
commit
0a976c018a
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "orocos-kdl";
|
pname = "orocos-kdl";
|
||||||
version = "1.5.0";
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "orocos";
|
owner = "orocos";
|
||||||
repo = "orocos_kinematics_dynamics";
|
repo = "orocos_kinematics_dynamics";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "181w2q6lsrfcvrgqwi6m0xrydjlblj1b654apf2d7zjc7qqgd6ca";
|
sha256 = "15ky7vw461005axx96d0f4zxdnb9dxl3h082igyd68sbdb8r1419";
|
||||||
# Needed to build Python bindings
|
# Needed to build Python bindings
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue