yarp: 2.3.64 -> 2.3.65 (#15662)

This commit is contained in:
Nicolò Balzarotti 2016-05-24 13:30:52 +02:00 committed by Franz Pletz
parent 66dc2d50dd
commit c1c0c99af3
2 changed files with 4 additions and 4 deletions

View file

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
name = "yarp-${version}";
version = "2.3.64";
version = "2.3.65";
src = fetchFromGitHub {
owner = "robotology";
repo = "yarp";
rev = "v2.3.64";
sha256 = "0x9sdc8d6rppzf1kx53w0yjlnmz7h75qv62yd3ls09w3cy7nb5x7";
rev = "v${version}";
sha256 = "003n0z1qrd7l8maa98aa49gsfsyy7w8gb2pprlgj92r0drk8zm02";
};
buildInputs = [ cmake ace ];

View file

@ -14849,7 +14849,7 @@ in
pahole = callPackage ../development/tools/misc/pahole {};
yarp = callPackage ../applications/science/misc/yarp {};
yarp = callPackage ../applications/science/robotics/yarp {};
yed = callPackage ../applications/graphics/yed {};