1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-07 02:58:26 +03:00

regenerate all distros, Fri Mar 27 12:53:57 2020

This commit is contained in:
Superflore 2020-03-27 12:53:57 +00:00 committed by Ben Wolsieffer
parent 4cd892656c
commit 00c03555a3
500 changed files with 3036 additions and 1947 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, cmake, osrf-testing-tools-cpp }:
buildRosPackage {
pname = "ros-dashing-test-osrf-testing-tools-cpp";
version = "1.2.1-r1";
version = "1.2.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/osrf_testings_tools_cpp-release/archive/release/dashing/test_osrf_testing_tools_cpp/1.2.1-1.tar.gz";
name = "1.2.1-1.tar.gz";
sha256 = "c915c2c8f93288002afff83a2d50b2ce77121657a25fb39ff94988480a795a9a";
url = "https://github.com/ros2-gbp/osrf_testings_tools_cpp-release/archive/release/dashing/test_osrf_testing_tools_cpp/1.2.2-1.tar.gz";
name = "1.2.2-1.tar.gz";
sha256 = "b5168ed927afbbeb3f17be5913baf27b4f34a3aed3a4c3f199012f2a68d44031";
};
buildType = "cmake";