1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Fri Feb 2 13:15:52 2024

This commit is contained in:
Superflore 2024-02-02 13:15:52 +00:00 committed by Ben Wolsieffer
parent 5053bf9d76
commit 28f3a7e900
648 changed files with 3811 additions and 2432 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, nav2-common, nav2-costmap-2d, rclcpp }:
buildRosPackage {
pname = "ros-humble-costmap-queue";
version = "1.1.12-r1";
version = "1.1.13-r1";
src = fetchurl {
url = "https://github.com/SteveMacenski/navigation2-release/archive/release/humble/costmap_queue/1.1.12-1.tar.gz";
name = "1.1.12-1.tar.gz";
sha256 = "4220bb1b73a0f49de6b2bf4b7fd2c52ca2ac9970e08579293b9fe105761f90f6";
url = "https://github.com/SteveMacenski/navigation2-release/archive/release/humble/costmap_queue/1.1.13-1.tar.gz";
name = "1.1.13-1.tar.gz";
sha256 = "9bbf7c447d46a8a6821ff424426f52eebc756f1857006bb363d84678e2552cbc";
};
buildType = "ament_cmake";