1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

regenerate all distros, Fri Mar 8 13:41:18 2024

This commit is contained in:
Superflore 2024-03-08 13:41:18 +00:00 committed by Ben Wolsieffer
parent 2c2781805f
commit de1ea0a747
1165 changed files with 4832 additions and 4718 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, python3 }:
buildRosPackage {
pname = "ros-rolling-python-cmake-module";
version = "0.11.0-r1";
version = "0.11.0-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/python_cmake_module-release/archive/release/rolling/python_cmake_module/0.11.0-1.tar.gz";
name = "0.11.0-1.tar.gz";
sha256 = "ce32cc260a3702634aeba4d02fefb7c91363f1ad24181b7c3681dd83de490852";
url = "https://github.com/ros2-gbp/python_cmake_module-release/archive/release/rolling/python_cmake_module/0.11.0-2.tar.gz";
name = "0.11.0-2.tar.gz";
sha256 = "d2f10e96af12d2792a103b560acf6e2c41bb3dfe55d917d340e3ef184d3916fe";
};
buildType = "ament_cmake";