regenerate all distros, Mon Aug 24 18:45:06 2020

This commit is contained in:
Ben Wolsieffer 2020-08-24 18:45:07 -04:00
parent 59a5942241
commit 7dc26b028a
686 changed files with 4968 additions and 2436 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, actionlib-tutorials, catkin, nodelet-tutorial-math, pluginlib-tutorials, turtle-actionlib }:
buildRosPackage {
pname = "ros-noetic-common-tutorials";
version = "0.1.12-r1";
version = "0.2.0-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/common_tutorials-release/archive/release/noetic/common_tutorials/0.1.12-1.tar.gz";
name = "0.1.12-1.tar.gz";
sha256 = "734d697a26f0dcb2c51de10bd1af74bc93ee45c6e442ebbb174e8ed99d99c826";
url = "https://github.com/ros-gbp/common_tutorials-release/archive/release/noetic/common_tutorials/0.2.0-1.tar.gz";
name = "0.2.0-1.tar.gz";
sha256 = "85949cb65616ef22c9134fddb9d0e3a8c0242bb4077061aa4d0112288bf02315";
};
buildType = "catkin";