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, Wed Nov 25 19:56:03 2020

This commit is contained in:
Ben Wolsieffer 2020-11-25 19:56:04 -05:00
parent beeffee946
commit 2ee89b1abd
594 changed files with 3757 additions and 2190 deletions

View file

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