1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-12 05:16:30 +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-copyright, python3, python3Packages, pythonPackages }:
buildRosPackage {
pname = "ros-humble-generate-parameter-library-py";
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_py/0.3.6-1.tar.gz";
name = "0.3.6-1.tar.gz";
sha256 = "c0125951cfaf3626d8e59049160260c95e9d43c203226edae97e00d0c52c0344";
url = "https://github.com/ros2-gbp/generate_parameter_library-release/archive/release/humble/generate_parameter_library_py/0.3.7-1.tar.gz";
name = "0.3.7-1.tar.gz";
sha256 = "0c1dbaad18fc2abc2e498e96442c9749419b8e6c71579daaadfa1d1fbc021246";
};
buildType = "ament_python";