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

regenerate all distros, Fri Apr 5 13:51:29 2024

This commit is contained in:
Superflore 2024-04-05 13:51:29 +00:00 committed by Ben Wolsieffer
parent 1b9585ae8f
commit e6d11a616c
569 changed files with 3320 additions and 2213 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-r2";
version = "0.11.1-r1";
src = fetchurl {
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";
url = "https://github.com/ros2-gbp/python_cmake_module-release/archive/release/rolling/python_cmake_module/0.11.1-1.tar.gz";
name = "0.11.1-1.tar.gz";
sha256 = "3cdfaaa339d1a39ebb2f0b395924ae7869aec5f6d1a012c33b685f1624023adb";
};
buildType = "ament_cmake";