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 Jul 16 13:05:44 2021

This commit is contained in:
Superflore 2021-07-16 13:05:44 +00:00 committed by Ben Wolsieffer
parent e90355503d
commit 36d7c77d19
178 changed files with 1724 additions and 552 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-auto, ament-lint-auto, ament-lint-common, can-msgs }:
buildRosPackage {
pname = "ros-foxy-can-dbc-parser";
version = "1.1.0-r1";
version = "1.1.1-r1";
src = fetchurl {
url = "https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/foxy/can_dbc_parser/1.1.0-1.tar.gz";
name = "1.1.0-1.tar.gz";
sha256 = "a03ed6da83ea2a4a5af468c81250a912f5d85ed4d7ec2b463102dc6fdbd1022a";
url = "https://github.com/NewEagleRaptor/raptor-dbw-ros2-release/archive/release/foxy/can_dbc_parser/1.1.1-1.tar.gz";
name = "1.1.1-1.tar.gz";
sha256 = "a42bada40317be633003986455505424957a9378175a2689d57029e1a3ba990a";
};
buildType = "ament_cmake";