regenerate all distros, Fri Feb 9 13:42:10 2024

This commit is contained in:
Superflore 2024-02-09 13:42:10 +00:00 committed by Ben Wolsieffer
parent c8afb864b6
commit 9f53d85d2a
319 changed files with 1525 additions and 1272 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, cmake }:
buildRosPackage {
pname = "ros-rolling-osrf-testing-tools-cpp";
version = "1.7.0-r1";
version = "2.0.0-r1";
src = fetchurl {
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";
url = "https://github.com/ros2-gbp/osrf_testing_tools_cpp-release/archive/release/rolling/osrf_testing_tools_cpp/2.0.0-1.tar.gz";
name = "2.0.0-1.tar.gz";
sha256 = "df484a4a0c0d6d5b13e72271bd146485c7b0a470191e69acb54199813cd2be0f";
};
buildType = "cmake";