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

regenerate all distros, Fri Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-lint-auto, ament-lint-common, python3Packages, pythonPackages, rosidl-adapter }:
buildRosPackage {
pname = "ros-rolling-rosidl-parser";
version = "4.8.1-r1";
version = "4.9.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_parser/4.8.1-1.tar.gz";
name = "4.8.1-1.tar.gz";
sha256 = "af066f14cad1b774916d7a67496b5217438b0fd6c169a9f97964cde4c7b3c79e";
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_parser/4.9.0-1.tar.gz";
name = "4.9.0-1.tar.gz";
sha256 = "a92cb4f8b8b8d6f5d816da4276e48966caf3294a048e4299b1640aa87266f4c8";
};
buildType = "ament_cmake";