mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Fri Jul 29 14:00:58 2022
This commit is contained in:
parent
cc46925256
commit
22efb906ce
171 changed files with 924 additions and 655 deletions
|
@ -5,12 +5,12 @@
|
|||
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
|
||||
buildRosPackage {
|
||||
pname = "ros-foxy-ament-cmake-python";
|
||||
version = "0.9.9-r1";
|
||||
version = "0.9.10-r1";
|
||||
|
||||
src = fetchurl {
|
||||
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";
|
||||
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/foxy/ament_cmake_python/0.9.10-1.tar.gz";
|
||||
name = "0.9.10-1.tar.gz";
|
||||
sha256 = "6713040b141740131fc51203199e9d01aa3f2fc80778d0a9ddac7ac8af1ec772";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue