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 Dec 25 13:15:54 2020

This commit is contained in:
Superflore 2020-12-25 13:15:54 +00:00 committed by Ben Wolsieffer
parent c7a7bf6826
commit 1ed6d4405c
316 changed files with 3764 additions and 853 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, catkin, nav-2d-msgs, nav-2d-utils, nav-grid, nav-msgs, roscpp, roslint, rosunit }:
buildRosPackage {
pname = "ros-melodic-nav-grid-iterators";
version = "0.2.5-r1";
version = "0.3.0-r1";
src = fetchurl {
url = "https://github.com/DLu/robot_navigation-release/archive/release/melodic/nav_grid_iterators/0.2.5-1.tar.gz";
name = "0.2.5-1.tar.gz";
sha256 = "85aa53f153880ee681412a6d1a963547b6110879d69db3fe24842cd9bcbd0200";
url = "https://github.com/DLu/robot_navigation-release/archive/release/melodic/nav_grid_iterators/0.3.0-1.tar.gz";
name = "0.3.0-1.tar.gz";
sha256 = "e533852555ad4b53d77ea75fe175970fcaa4ab4007154fdfe19b97c9f998db7f";
};
buildType = "catkin";