1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00

regenerate all distros, Fri May 10 13:12:06 2024

This commit is contained in:
Superflore 2024-05-10 13:12:06 +00:00 committed by Ben Wolsieffer
parent 1d5ae52f3e
commit f1c32375c2
1007 changed files with 7042 additions and 3625 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, rosidl-default-generators, rosidl-default-runtime }:
buildRosPackage {
pname = "ros-rolling-game-controller-spl-interfaces";
version = "4.0.0-r2";
version = "4.0.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/gc_spl-release/archive/release/rolling/game_controller_spl_interfaces/4.0.0-2.tar.gz";
name = "4.0.0-2.tar.gz";
sha256 = "3734728de8b6210d4774e4a2c9779db82ef98582c4c9c95005e7ecd4826cdc32";
url = "https://github.com/ros2-gbp/game_controller_spl-release/archive/release/rolling/game_controller_spl_interfaces/4.0.1-1.tar.gz";
name = "4.0.1-1.tar.gz";
sha256 = "29ca51f72cf1fc657c54fb1583d62b1d718dbb0ea01ff7999ea6637fbec03b43";
};
buildType = "ament_cmake";