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 1 13:51:59 2022

This commit is contained in:
Superflore 2022-07-01 13:51:59 +00:00 committed by Ben Wolsieffer
parent 6b09de5c1a
commit 4f4522ad3a
400 changed files with 4361 additions and 1176 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-copyright, ament-cmake-lint-cmake, ament-cmake-xmllint }:
buildRosPackage {
pname = "ros-humble-tensorrt-cmake-module";
version = "0.0.2-r3";
version = "0.0.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/tensorrt_cmake_module-release/archive/release/humble/tensorrt_cmake_module/0.0.2-3.tar.gz";
name = "0.0.2-3.tar.gz";
sha256 = "e2a872466534fab60a991122816f3876aca8ab236d1280d5ddc1cc5840d9bb0d";
url = "https://github.com/ros2-gbp/tensorrt_cmake_module-release/archive/release/humble/tensorrt_cmake_module/0.0.3-1.tar.gz";
name = "0.0.3-1.tar.gz";
sha256 = "88f160087413626acfae816787221f5e9f5afe5b11fb478808645c5892d7f838";
};
buildType = "ament_cmake";