1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate all distros, Sat Mar 7 13:15:26 2020

This commit is contained in:
Ben Wolsieffer 2020-03-07 13:15:26 -05:00
parent 37d40b28f9
commit b51a8a5f1d
76 changed files with 55 additions and 1668 deletions

View file

@ -2,20 +2,20 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, catkin, message-generation, message-runtime, rosconsole, roscpp, roscpp-serialization, rostime, std-msgs }:
{ lib, buildRosPackage, fetchurl, boost, catkin, message-generation, message-runtime, rosconsole, roscpp, roscpp-serialization, rostime, std-msgs }:
buildRosPackage {
pname = "ros-melodic-roscpp-tutorials";
version = "0.9.1";
version = "0.9.2-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/ros_tutorials-release/archive/release/melodic/roscpp_tutorials/0.9.1-0.tar.gz";
name = "0.9.1-0.tar.gz";
sha256 = "ea926bbb8d417ecfd5116647ffc45ede193fd3d6ad838c89b026560ce56e7987";
url = "https://github.com/ros-gbp/ros_tutorials-release/archive/release/melodic/roscpp_tutorials/0.9.2-1.tar.gz";
name = "0.9.2-1.tar.gz";
sha256 = "a82a08f1a30146510f7a74bd283757057d2b65e0dd4a1a9d0f00b260b81fe842";
};
buildType = "catkin";
buildInputs = [ message-generation ];
propagatedBuildInputs = [ message-runtime rosconsole roscpp roscpp-serialization rostime std-msgs ];
propagatedBuildInputs = [ boost message-runtime rosconsole roscpp roscpp-serialization rostime std-msgs ];
nativeBuildInputs = [ catkin ];
meta = {