regenerate all distros, Fri Jul 26 13:34:25 2024

This commit is contained in:
Superflore 2024-07-26 13:34:25 +00:00 committed by Ben Wolsieffer
parent a76cac0463
commit 400bfc88fb
2195 changed files with 17872 additions and 7924 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, rmf-building-map-tools, ros2run }:
buildRosPackage {
pname = "ros-rolling-rmf-traffic-editor-test-maps";
version = "1.8.2-r1";
version = "1.10.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmf_traffic_editor-release/archive/release/rolling/rmf_traffic_editor_test_maps/1.8.2-1.tar.gz";
name = "1.8.2-1.tar.gz";
sha256 = "064c9abe311839a2f64c992c12fb22bc0432b49163b4a129851339c0d7199150";
url = "https://github.com/ros2-gbp/rmf_traffic_editor-release/archive/release/rolling/rmf_traffic_editor_test_maps/1.10.0-1.tar.gz";
name = "1.10.0-1.tar.gz";
sha256 = "e60d91858304e9058d798fb8be992d5c4e3524cc888de947c80365bfd950fc17";
};
buildType = "ament_cmake";
@ -18,7 +18,7 @@ buildRosPackage {
nativeBuildInputs = [ ament-cmake rmf-building-map-tools ros2run ];
meta = {
description = ''Some test maps for traffic_editor and rmf_building_map_tools.'';
description = "Some test maps for traffic_editor and rmf_building_map_tools.";
license = with lib.licenses; [ asl20 ];
};
}