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

regenerate all distros, Fri Mar 8 13:41:18 2024

This commit is contained in:
Superflore 2024-03-08 13:41:18 +00:00 committed by Ben Wolsieffer
parent 2c2781805f
commit de1ea0a747
1165 changed files with 4832 additions and 4718 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, data-tamer-msgs, mcap-vendor, rclcpp }:
buildRosPackage {
pname = "ros-rolling-data-tamer-cpp";
version = "0.9.4-r2";
version = "0.9.4-r3";
src = fetchurl {
url = "https://github.com/ros2-gbp/data_tamer-release/archive/release/rolling/data_tamer_cpp/0.9.4-2.tar.gz";
name = "0.9.4-2.tar.gz";
sha256 = "feec315d40e083f93e6c62a34389a3dbfda0a811e9caecb0679596ed8341d15b";
url = "https://github.com/ros2-gbp/data_tamer-release/archive/release/rolling/data_tamer_cpp/0.9.4-3.tar.gz";
name = "0.9.4-3.tar.gz";
sha256 = "2d72674bc54173246f7ae9770ffac03f7ff6a7d8c67d640d00525cd7c92326b7";
};
buildType = "ament_cmake";