1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate all distros, Fri Jan 19 13:36:48 2024

This commit is contained in:
Superflore 2024-01-19 13:36:49 +00:00 committed by Ben Wolsieffer
parent 1f89e13710
commit 5053bf9d76
5646 changed files with 9235 additions and 7758 deletions

View file

@ -1,16 +1,16 @@
# Copyright 2023 Open Source Robotics Foundation
# Copyright 2024 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-index-cpp, ament-lint-auto, ament-lint-common, performance-test-fixture, rcpputils, rcutils, rmw, rmw-connextdds, rmw-cyclonedds-cpp, rmw-fastrtps-cpp, rmw-fastrtps-dynamic-cpp, rmw-implementation-cmake }:
buildRosPackage {
pname = "ros-rolling-rmw-implementation";
version = "2.14.0-r1";
version = "2.15.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_implementation-release/archive/release/rolling/rmw_implementation/2.14.0-1.tar.gz";
name = "2.14.0-1.tar.gz";
sha256 = "e5de78a53a2528e7325810079e13cf239789ebbdaeda522cb58e9e743db29f99";
url = "https://github.com/ros2-gbp/rmw_implementation-release/archive/release/rolling/rmw_implementation/2.15.0-1.tar.gz";
name = "2.15.0-1.tar.gz";
sha256 = "ad4a5046bc8aa0b8faffd3f54cfae42dd54f75bb40d841b509bfdab868c46d4b";
};
buildType = "ament_cmake";