1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-17 07:30:25 +03:00

regenerate all distros, Fri May 23 14:00:27 2025

This commit is contained in:
Superflore 2025-05-23 14:00:27 +00:00
parent 4072d6ed51
commit 7343e3e698
1655 changed files with 9285 additions and 6598 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-lint-auto, ament-lint-common, python3Packages, qt5 }:
buildRosPackage {
pname = "ros-rolling-python-qt-binding";
version = "2.3.1-r1";
version = "2.4.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/python_qt_binding-release/archive/release/rolling/python_qt_binding/2.3.1-1.tar.gz";
name = "2.3.1-1.tar.gz";
sha256 = "b334644da89881f7d437a0f411ab046870824f03dc88f7bb3068211471ecb40e";
url = "https://github.com/ros2-gbp/python_qt_binding-release/archive/release/rolling/python_qt_binding/2.4.0-1.tar.gz";
name = "2.4.0-1.tar.gz";
sha256 = "d2443d592b0f9f786a31938d13b47003483eb9f11b8fba0be11306edabeb653e";
};
buildType = "ament_cmake";