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 Sep 24 13:26:09 2021

This commit is contained in:
Superflore 2021-09-24 13:26:09 +00:00 committed by Ben Wolsieffer
parent 6ed3fe9f34
commit 0c9bc531da
515 changed files with 5585 additions and 1495 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-foxy-ament-cmake-python";
version = "0.9.8-r1";
version = "0.9.9-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_python/0.9.8-1.tar.gz";
name = "0.9.8-1.tar.gz";
sha256 = "1617abe83713aca08836201157b926ba3955c5ccf67d48eb653d546ca2a8c2a6";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_python/0.9.9-1.tar.gz";
name = "0.9.9-1.tar.gz";
sha256 = "5e32c4aaf7caf333b86e0d0cfe0fc137ce8e3a30c9a20828b1af9777c4c664f5";
};
buildType = "ament_cmake";