mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 06:00:38 +03:00
regenerate all distros, Fri Jan 19 13:36:48 2024
This commit is contained in:
parent
1f89e13710
commit
5053bf9d76
5646 changed files with 9235 additions and 7758 deletions
|
@ -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-python, ament-lint-auto, ament-lint-common, fmt, generate-parameter-library-py, parameter-traits, rclcpp, rclcpp-lifecycle, rclpy, rsl, tcb-span, tl-expected }:
|
||||
buildRosPackage {
|
||||
pname = "ros-humble-generate-parameter-library";
|
||||
version = "0.3.6-r1";
|
||||
version = "0.3.7-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/generate_parameter_library-release/archive/release/humble/generate_parameter_library/0.3.6-1.tar.gz";
|
||||
name = "0.3.6-1.tar.gz";
|
||||
sha256 = "38154b812eef62c20526e487164a552bd33959b95bcd97d4081856576abcf7ad";
|
||||
url = "https://github.com/ros2-gbp/generate_parameter_library-release/archive/release/humble/generate_parameter_library/0.3.7-1.tar.gz";
|
||||
name = "0.3.7-1.tar.gz";
|
||||
sha256 = "dd613acf03ee7c06c93b3f71cfb8a21ff5a6207fa2bcb501af6184a3e922b838";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue