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 Aug 6 13:28:56 2021

This commit is contained in:
Superflore 2021-08-06 13:28:56 +00:00 committed by Ben Wolsieffer
parent 591fd6fea1
commit b1306a8aa6
204 changed files with 1352 additions and 731 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, libphidget22 }:
buildRosPackage {
pname = "ros-galactic-phidgets-api";
version = "2.2.0-r1";
version = "2.2.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_api/2.2.0-1.tar.gz";
name = "2.2.0-1.tar.gz";
sha256 = "0ac7122fa0d3d8cdc16b21c3dd63493ab73516b8aa8c61b487585c06e8cfe7c8";
url = "https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/galactic/phidgets_api/2.2.1-1.tar.gz";
name = "2.2.1-1.tar.gz";
sha256 = "2aa42b9ddbdbf95550722a7032943cad7319a9170e284133359b2b503e69c4de";
};
buildType = "ament_cmake";