Merge pull request #20772 from nico202/yarp

yarp: 2.3.66.1 -> 2.3.68
This commit is contained in:
Graham Christensen 2016-11-28 18:01:02 -05:00 committed by GitHub
commit 105255e6f5

View file

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
name = "yarp-${version}";
version = "2.3.66";
version = "2.3.68";
src = fetchFromGitHub {
owner = "robotology";
repo = "yarp";
rev = "v${version}.1";
sha256 = "0hznysxhk6pd92fymcrnbbl8ah7rcwhcvb6n92v09zjv6yl5xpiq";
rev = "v${version}";
sha256 = "1ksz2kv4v14fqgz3fsvvmdk2sikhnxr11jhhf7c2547x6jbzhda6";
};
buildInputs = [ cmake ace ];