mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Fri Jan 22 13:37:50 2021
This commit is contained in:
parent
16fa5d4acf
commit
67db07c9e4
7345 changed files with 10744 additions and 8552 deletions
|
@ -1,20 +1,20 @@
|
|||
|
||||
# Copyright 2020 Open Source Robotics Foundation
|
||||
# Copyright 2021 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, catkin, roscpp }:
|
||||
{ lib, buildRosPackage, fetchurl, can-msgs, catkin, roscpp }:
|
||||
buildRosPackage {
|
||||
pname = "ros-melodic-can-dbc-parser";
|
||||
version = "1.0.0-r2";
|
||||
version = "1.0.0-r3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nobleo/raptor-dbw-ros-release/archive/release/melodic/can_dbc_parser/1.0.0-2.tar.gz";
|
||||
name = "1.0.0-2.tar.gz";
|
||||
sha256 = "40c930b51a258e6d0f984368edb32064279aeab2d8547b3d6f214d831be9d405";
|
||||
url = "https://github.com/nobleo/raptor-dbw-ros-release/archive/release/melodic/can_dbc_parser/1.0.0-3.tar.gz";
|
||||
name = "1.0.0-3.tar.gz";
|
||||
sha256 = "e2c1cf7aab65cc2a69c0bced65d590a220263dcfdca4af126fdf21855c93e33a";
|
||||
};
|
||||
|
||||
buildType = "catkin";
|
||||
propagatedBuildInputs = [ roscpp ];
|
||||
propagatedBuildInputs = [ can-msgs roscpp ];
|
||||
nativeBuildInputs = [ catkin ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue