regenerate all distros, Fri Sep 13 14:15:34 2024

This commit is contained in:
Superflore 2024-09-13 14:15:34 +00:00 committed by Ben Wolsieffer
parent 9bc338678f
commit dc78c560eb
682 changed files with 3707 additions and 2796 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, cmake, mvsim, teleop-twist-keyboard }:
buildRosPackage {
pname = "ros-jazzy-mrpt-tutorials";
version = "2.1.0-r1";
version = "2.1.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/mrpt_navigation-release/archive/release/jazzy/mrpt_tutorials/2.1.0-1.tar.gz";
name = "2.1.0-1.tar.gz";
sha256 = "d53b5de888ddd1c0ba5ea5a5403b64d7c46603ce389786dbfcc4c7d1ab730adf";
url = "https://github.com/ros2-gbp/mrpt_navigation-release/archive/release/jazzy/mrpt_tutorials/2.1.1-1.tar.gz";
name = "2.1.1-1.tar.gz";
sha256 = "66d13d7088b700d1c123f99ed5381f34abec873cbb5ddb0160e4d2486f43cfc8";
};
buildType = "ament_cmake";