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 May 24 14:00:52 2024

This commit is contained in:
Superflore 2024-05-24 14:00:52 +00:00 committed by Ben Wolsieffer
parent f1c32375c2
commit 6a16c08989
1761 changed files with 35644 additions and 2278 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-humble-ament-cmake-python";
version = "1.3.8-r1";
version = "1.3.9-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/humble/ament_cmake_python/1.3.8-1.tar.gz";
name = "1.3.8-1.tar.gz";
sha256 = "b111a21c2d2cb8dbe54ff3a8dd005da2610531c86503bfdd93066c460f8cd7b2";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/humble/ament_cmake_python/1.3.9-1.tar.gz";
name = "1.3.9-1.tar.gz";
sha256 = "b45f74a0c44931ec8542022e95743ee3066544cd8df7f178983657fa7bd74bca";
};
buildType = "ament_cmake";