1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-22 07:00:17 +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-eloquent-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/eloquent/test_osrf_testing_tools_cpp/1.2.1-1.tar.gz";
name = "1.2.1-1.tar.gz";
sha256 = "3a73f5d18cdaa06403e7fb0e72a01869a9c731a854600248a0f1a951888fcb9e";
url = "https://github.com/ros2-gbp/osrf_testings_tools_cpp-release/archive/release/eloquent/test_osrf_testing_tools_cpp/1.2.2-1.tar.gz";
name = "1.2.2-1.tar.gz";
sha256 = "32ab5b5aec9f25fb7306bbdf5b61c593fbd85963b404c9967bbe3c5714dcd5e0";
};
buildType = "cmake";