1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-19 16:40:36 +03:00

regenerate all distros, Fri May 23 14:00:27 2025

This commit is contained in:
Superflore 2025-05-23 14:00:27 +00:00
parent 4072d6ed51
commit 7343e3e698
1655 changed files with 9285 additions and 6598 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-mypy, ament-pep257, ament-xmllint, python3Packages }:
buildRosPackage {
pname = "ros-rolling-ament-index-python";
version = "1.10.2-r1";
version = "1.12.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_index-release/archive/release/rolling/ament_index_python/1.10.2-1.tar.gz";
name = "1.10.2-1.tar.gz";
sha256 = "c0e9d2bd89133d8d937a6536434e9f296f500c1fbbe35eeb295253d3f19841cf";
url = "https://github.com/ros2-gbp/ament_index-release/archive/release/rolling/ament_index_python/1.12.0-1.tar.gz";
name = "1.12.0-1.tar.gz";
sha256 = "cf61ab015cc679fd33757b738f525f398f7545f7d83a14c517cf8958789b8a54";
};
buildType = "ament_python";