1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-19 16:40:36 +03:00

regenerate all distros, Fri May 23 14:00:27 2025

This commit is contained in:
Superflore 2025-05-23 14:00:27 +00:00
parent 4072d6ed51
commit 7343e3e698
1655 changed files with 9285 additions and 6598 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, cmake }:
buildRosPackage {
pname = "ros-rolling-osrf-testing-tools-cpp";
version = "2.2.0-r1";
version = "2.3.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/osrf_testing_tools_cpp-release/archive/release/rolling/osrf_testing_tools_cpp/2.2.0-1.tar.gz";
name = "2.2.0-1.tar.gz";
sha256 = "c4b3845ffeae98779fb9e64ff0022c3a7b95abc072b4fe44798cfd9937db1ce3";
url = "https://github.com/ros2-gbp/osrf_testing_tools_cpp-release/archive/release/rolling/osrf_testing_tools_cpp/2.3.0-1.tar.gz";
name = "2.3.0-1.tar.gz";
sha256 = "055f41b3e8a1621325b7d8aed5c00685a1cc5aa1e12221a9dfbf0d9ef0ebf6bf";
};
buildType = "cmake";