1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-25 08:15:32 +03:00

regenerate all distros, Fri Feb 9 13:42:10 2024

This commit is contained in:
Superflore 2024-02-09 13:42:10 +00:00 committed by Ben Wolsieffer
parent c8afb864b6
commit 9f53d85d2a
319 changed files with 1525 additions and 1272 deletions

View file

@ -2,19 +2,19 @@
# Copyright 2024 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, action-tutorials-interfaces, ament-lint-auto, ament-lint-common, rclpy }:
{ lib, buildRosPackage, fetchurl, action-tutorials-interfaces, ament-copyright, ament-flake8, ament-pep257, pythonPackages, rclpy }:
buildRosPackage {
pname = "ros-rolling-action-tutorials-py";
version = "0.33.0-r1";
version = "0.33.1-r1";
src = fetchurl {
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";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_py/0.33.1-1.tar.gz";
name = "0.33.1-1.tar.gz";
sha256 = "f81d727e048acff048029a09fccf5096f5b8f91ad6ca815f79c92359586bc265";
};
buildType = "ament_python";
checkInputs = [ ament-lint-auto ament-lint-common ];
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
propagatedBuildInputs = [ action-tutorials-interfaces rclpy ];
meta = {