1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-28 01:15:34 +03:00

regenerate all distros, Tue May 2 16:50:21 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 16:50:22 -04:00
parent 4817b14e2d
commit fd3628c920
1601 changed files with 10237 additions and 5790 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, cmake }:
buildRosPackage {
pname = "ros-rolling-osrf-testing-tools-cpp";
version = "1.5.1-r1";
version = "1.7.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/osrf_testing_tools_cpp-release/archive/release/rolling/osrf_testing_tools_cpp/1.5.1-1.tar.gz";
name = "1.5.1-1.tar.gz";
sha256 = "67774cad82f65cec778006841bbfe8e653221fb8167c1c7221bbe008b03844c9";
url = "https://github.com/ros2-gbp/osrf_testing_tools_cpp-release/archive/release/rolling/osrf_testing_tools_cpp/1.7.0-1.tar.gz";
name = "1.7.0-1.tar.gz";
sha256 = "13bc9926c3d325fb4d149e37e56aed193e142b16b34b5779e223e9bc043558e1";
};
buildType = "cmake";