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 Feb 9 13:42:10 2024

This commit is contained in:
Superflore 2024-02-09 13:42:10 +00:00 committed by Ben Wolsieffer
parent c8afb864b6
commit 9f53d85d2a
319 changed files with 1525 additions and 1272 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.5.0-r1";
version = "4.5.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_parser/4.5.0-1.tar.gz";
name = "4.5.0-1.tar.gz";
sha256 = "45c5a56b6c36e3b7927faf83e3d599d1b0a344864dbf754d344b472b81306224";
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_parser/4.5.1-1.tar.gz";
name = "4.5.1-1.tar.gz";
sha256 = "b6ed2ab2f1039dd8c52ae7d6ee6cc42eea271015193c07e47dea40eda09c5fc6";
};
buildType = "ament_cmake";