regenerate ros-dashing, Mon Sep 9 14:55:58 2019

This commit is contained in:
Ben Wolsieffer 2019-09-09 14:55:58 -04:00
parent 44f714413c
commit a927710b94
70 changed files with 796 additions and 208 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-lint-auto, python3, ament-cmake, ament-lint-common }:
buildRosPackage {
pname = "ros-dashing-python-cmake-module";
version = "0.7.7-r1";
version = "0.7.8-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosidl_python-release/archive/release/dashing/python_cmake_module/0.7.7-1.tar.gz";
name = "0.7.7-1.tar.gz";
sha256 = "9ff92ab9f229b7d697a6a8f95363186d4286c854a7b1e026c0f0f792e4af2510";
url = "https://github.com/ros2-gbp/rosidl_python-release/archive/release/dashing/python_cmake_module/0.7.8-1.tar.gz";
name = "0.7.8-1.tar.gz";
sha256 = "388b9f9cc271e222229dddf447863d9428898d4963e3a4ee81fd1b04ce305e68";
};
buildType = "ament_cmake";