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 Jan 31 12:38:34 2020

This commit is contained in:
Superflore 2020-01-31 12:38:34 +00:00 committed by Ben Wolsieffer
parent edcc940515
commit 80b5ba05be
110 changed files with 1040 additions and 486 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, action-msgs, ament-cmake, ament-lint-common, diagnostic-msgs, geometry-msgs, rosidl-default-generators, rosidl-default-runtime, unique-identifier-msgs }:
buildRosPackage {
pname = "ros-eloquent-py-trees-ros-interfaces";
version = "2.0.2-r1";
version = "2.0.3-r2";
src = fetchurl {
url = "https://github.com/stonier/py_trees_ros_interfaces-release/archive/release/eloquent/py_trees_ros_interfaces/2.0.2-1.tar.gz";
name = "2.0.2-1.tar.gz";
sha256 = "4cc1b6e0379347b80c0ea3b086546122d86b4779dcb14dd207e557e9a1f6e8b5";
url = "https://github.com/stonier/py_trees_ros_interfaces-release/archive/release/eloquent/py_trees_ros_interfaces/2.0.3-2.tar.gz";
name = "2.0.3-2.tar.gz";
sha256 = "630bf9bf0d7ddeccb336026025b2b2080e3674108a9a8f1d78284532d9701356";
};
buildType = "ament_cmake";