1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate all distros, Fri Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages, rclpy, sensor-msgs, std-msgs }:
buildRosPackage {
pname = "ros-rolling-quality-of-service-demo-py";
version = "0.34.2-r1";
version = "0.35.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/quality_of_service_demo_py/0.34.2-1.tar.gz";
name = "0.34.2-1.tar.gz";
sha256 = "1a7b3ca7e68ff721280f407bf79dd9d8328f30301e4e3baf0b36c26b52783160";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/quality_of_service_demo_py/0.35.0-1.tar.gz";
name = "0.35.0-1.tar.gz";
sha256 = "aef3e084a6a3412255e3c308130c1e78a81bea70da086679e1be9230231a00ee";
};
buildType = "ament_python";