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, Mon Aug 24 18:45:06 2020

This commit is contained in:
Ben Wolsieffer 2020-08-24 18:45:07 -04:00
parent 59a5942241
commit 7dc26b028a
686 changed files with 4968 additions and 2436 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, boost, catkin, console-bridge }:
buildRosPackage {
pname = "ros-melodic-cpp-common";
version = "0.6.13-r1";
version = "0.6.14-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/roscpp_core-release/archive/release/melodic/cpp_common/0.6.13-1.tar.gz";
name = "0.6.13-1.tar.gz";
sha256 = "b33c02fc639806932ec27a2400f896ba379fd1efd36484f0b68cdf547d6f5649";
url = "https://github.com/ros-gbp/roscpp_core-release/archive/release/melodic/cpp_common/0.6.14-1.tar.gz";
name = "0.6.14-1.tar.gz";
sha256 = "c09132fa1409e4fcd1d779c38ecb90c7dd8fa737801c56d8a08c4fe67f64516d";
};
buildType = "catkin";