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 Jul 1 13:51:59 2022

This commit is contained in:
Superflore 2022-07-01 13:51:59 +00:00 committed by Ben Wolsieffer
parent 6b09de5c1a
commit 4f4522ad3a
400 changed files with 4361 additions and 1176 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-python, ament-lint-auto, ament-lint-common, orocos-kdl-vendor, pybind11-vendor, python-cmake-module, python3Packages }:
buildRosPackage {
pname = "ros-humble-python-orocos-kdl-vendor";
version = "0.2.2-r3";
version = "0.2.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/orocos_kdl_vendor-release/archive/release/humble/python_orocos_kdl_vendor/0.2.2-3.tar.gz";
name = "0.2.2-3.tar.gz";
sha256 = "8568fe986677ac102c94958763484aa46006521329a940aa2a74727da510ef5b";
url = "https://github.com/ros2-gbp/orocos_kdl_vendor-release/archive/release/humble/python_orocos_kdl_vendor/0.2.3-1.tar.gz";
name = "0.2.3-1.tar.gz";
sha256 = "72815f58f8cb90a0e7d1c62a6a63a5f86a09bd51addf098d482f6f214becebde";
};
buildType = "ament_cmake";