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, Tue May 2 21:09:50 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 21:09:50 -04:00
parent b43552d07d
commit b1a74d8557
71 changed files with 278 additions and 278 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, pythonPackages, rclpy, std-msgs, trajectory-msgs }:
buildRosPackage {
pname = "ros-rolling-ros2-controllers-test-nodes";
version = "3.6.0-r1";
version = "3.7.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/ros2_controllers_test_nodes/3.6.0-1.tar.gz";
name = "3.6.0-1.tar.gz";
sha256 = "cc3797e4bce01500306eeb37aed366fc84237ff1e91ba45cbfa2d25f6ce0480f";
url = "https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/ros2_controllers_test_nodes/3.7.0-1.tar.gz";
name = "3.7.0-1.tar.gz";
sha256 = "44d27a055d3dec8e6d8d49bf199f36dc201f6d19a71443c03c908e0f0c36ec51";
};
buildType = "ament_python";