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 Dec 22 13:30:27 2023

This commit is contained in:
Superflore 2023-12-22 13:30:27 +00:00 committed by Ben Wolsieffer
parent cb54e58da4
commit 1f89e13710
628 changed files with 3754 additions and 2221 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, libphidget22 }:
buildRosPackage {
pname = "ros-rolling-phidgets-api";
version = "2.3.1-r2";
version = "2.3.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_api/2.3.1-2.tar.gz";
name = "2.3.1-2.tar.gz";
sha256 = "450e6d3a01c8cde62e12c35c5f2e3849a8975a832193689c8985c948430f32c3";
url = "https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/rolling/phidgets_api/2.3.2-1.tar.gz";
name = "2.3.2-1.tar.gz";
sha256 = "6050d027aed8c1d5916a667560a095bd0d59549ede1d028b24c8a019189443f5";
};
buildType = "ament_cmake";