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 Nov 29 13:44:25 2024

This commit is contained in:
Superflore 2024-11-29 13:44:25 +00:00 committed by Ben Wolsieffer
parent 5676523245
commit f08ed457d9
351 changed files with 2292 additions and 1303 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-ros, ament-lint-auto, ament-lint-common, performance-test-fixture, rcutils, rosidl-typesupport-interface }:
buildRosPackage {
pname = "ros-rolling-rosidl-runtime-c";
version = "4.9.1-r1";
version = "4.9.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_runtime_c/4.9.1-1.tar.gz";
name = "4.9.1-1.tar.gz";
sha256 = "359a2dca6b9d1ba490c2b2f3b468199468811a3d74595ba9d827f4947db919b5";
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_runtime_c/4.9.2-1.tar.gz";
name = "4.9.2-1.tar.gz";
sha256 = "9e39cbe21aea51381c6b27eeb4783bb49a04e5cad6aa8c7db8a02a14892a365a";
};
buildType = "ament_cmake";