Skip to content

Commit

Permalink
Merge pull request #20772 from nico202/yarp
Browse files Browse the repository at this point in the history
yarp: 2.3.66.1 -> 2.3.68
  • Loading branch information
grahamc committed Nov 28, 2016
2 parents 076e3ae + f390d68 commit 105255e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/robotics/yarp/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 105255e

Please sign in to comment.