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, Fri Jul 23 13:01:27 2021

This commit is contained in:
Superflore 2021-07-23 13:01:27 +00:00 committed by Ben Wolsieffer
parent be22697212
commit 591fd6fea1
244 changed files with 2417 additions and 774 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, moveit-common, moveit-ros-planning-interface }:
buildRosPackage {
pname = "ros-galactic-run-moveit-cpp";
version = "2.2.0-r1";
version = "2.2.1-r1";
src = fetchurl {
url = "https://github.com/moveit/moveit2-release/archive/release/galactic/run_moveit_cpp/2.2.0-1.tar.gz";
name = "2.2.0-1.tar.gz";
sha256 = "5847ea4ab090a5f2243532941f06622e981824196f580242348ce0c6f5777530";
url = "https://github.com/moveit/moveit2-release/archive/release/galactic/run_moveit_cpp/2.2.1-1.tar.gz";
name = "2.2.1-1.tar.gz";
sha256 = "cb2228caaea30ec8199d0a1efad1107c438f00294f1327900d1e57a2f231e043";
};
buildType = "ament_cmake";