1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-09 03:44:40 +03:00

regenerate all distros, Mon Dec 9 05:16:45 2019

This commit is contained in:
Superflore 2019-12-09 05:16:46 +00:00 committed by Ben Wolsieffer
parent 166ab6841e
commit 1cdfda3fb7
4992 changed files with 27436 additions and 12893 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-dashing-ament-cmake-python";
version = "0.7.3-r1";
version = "0.7.4-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_python/0.7.3-1.tar.gz";
name = "0.7.3-1.tar.gz";
sha256 = "65912f08551ea941d816ea19dfb93fdda669f71ad5d7edd04cdf0f4bb099893a";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/dashing/ament_cmake_python/0.7.4-1.tar.gz";
name = "0.7.4-1.tar.gz";
sha256 = "5758e8d2bc0acbb8cbf7222bae792f3af0f8f748d2f238f0a819f961f8d592d1";
};
buildType = "ament_cmake";