regenerate all distros, Fri Aug 2 13:27:09 2024

This commit is contained in:
Superflore 2024-08-02 13:27:09 +00:00 committed by Ben Wolsieffer
parent 461db9a822
commit 69219f8f35
415 changed files with 2099 additions and 1630 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-humble-ament-cmake-python";
version = "1.3.9-r1";
version = "1.3.10-r1";
src = fetchurl {
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";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/humble/ament_cmake_python/1.3.10-1.tar.gz";
name = "1.3.10-1.tar.gz";
sha256 = "22dfaafc6abd04638dfc160f705b6cd2861a258335ffeb42c1e787853d9fe12f";
};
buildType = "ament_cmake";