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 Mar 6 18:43:43 2020

This commit is contained in:
Superflore 2020-03-06 18:43:43 +00:00 committed by Ben Wolsieffer
parent 0fd7813c2c
commit 37d40b28f9
199 changed files with 1301 additions and 777 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-eloquent-costmap-queue";
version = "0.3.3-r1";
version = "0.3.4-r1";
src = fetchurl {
url = "https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/costmap_queue/0.3.3-1.tar.gz";
name = "0.3.3-1.tar.gz";
sha256 = "526b02487cd59d03b8aed62c84942b4afd867ddc84cfebbf180c4e407a24ea0c";
url = "https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/costmap_queue/0.3.4-1.tar.gz";
name = "0.3.4-1.tar.gz";
sha256 = "026447a0f929ad8bbac4199ee2e81df3d1a6ddce19acedaa750a2b73e9bdc4e7";
};
buildType = "ament_cmake";