mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 18:54:50 +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-copyright, python3, python3Packages, pythonPackages }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-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/rolling/generate_parameter_library_py/0.3.6-1.tar.gz";
|
||||
name = "0.3.6-1.tar.gz";
|
||||
sha256 = "34bd8c1faf74e409029cf1ad46606026353c6b2c65aef8c427c317531a3bd2b9";
|
||||
url = "https://github.com/ros2-gbp/generate_parameter_library-release/archive/release/rolling/generate_parameter_library_py/0.3.7-1.tar.gz";
|
||||
name = "0.3.7-1.tar.gz";
|
||||
sha256 = "d3dc686464feb0e5ea7e5ed33ea07f193dbbb760883155c490541f1a55aa0242";
|
||||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue