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

regenerate all distros, Fri Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-rolling-ament-cmake-python";
version = "2.7.0-r1";
version = "2.7.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_python/2.7.0-1.tar.gz";
name = "2.7.0-1.tar.gz";
sha256 = "e7763f50575dcfec8c87018fc13cc41f252f0a53a2df22e0c933ab6630e3fb81";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_python/2.7.1-1.tar.gz";
name = "2.7.1-1.tar.gz";
sha256 = "8f12c1772b51b2efe7f318ce6bccffe6b0d9721c80fd5e166d4f66932edc4ca5";
};
buildType = "ament_cmake";