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

regenerate all distros, Fri Feb 2 13:15:52 2024

This commit is contained in:
Superflore 2024-02-02 13:15:52 +00:00 committed by Ben Wolsieffer
parent 5053bf9d76
commit 28f3a7e900
648 changed files with 3811 additions and 2432 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, action-tutorials-interfaces, ament-lint-auto, ament-lint-common, rclpy }:
buildRosPackage {
pname = "ros-rolling-action-tutorials-py";
version = "0.32.1-r1";
version = "0.33.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_py/0.32.1-1.tar.gz";
name = "0.32.1-1.tar.gz";
sha256 = "41ebdf275f2aab034797f41bf853f3bf595e5516842e2a08267b505f9e3c094e";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_py/0.33.0-1.tar.gz";
name = "0.33.0-1.tar.gz";
sha256 = "4b10ffb1dc32fa00104589464e2dfa952e14e3a6cdb306968d981c29ef3afa49";
};
buildType = "ament_python";