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, message-generation, message-runtime, rosconsole, roscpp, roscpp-serialization, rostime, std-msgs }:
buildRosPackage {
pname = "ros-melodic-roscpp-tutorials";
version = "0.9.2-r1";
version = "0.9.3-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/ros_tutorials-release/archive/release/melodic/roscpp_tutorials/0.9.2-1.tar.gz";
name = "0.9.2-1.tar.gz";
sha256 = "a82a08f1a30146510f7a74bd283757057d2b65e0dd4a1a9d0f00b260b81fe842";
url = "https://github.com/ros-gbp/ros_tutorials-release/archive/release/melodic/roscpp_tutorials/0.9.3-1.tar.gz";
name = "0.9.3-1.tar.gz";
sha256 = "4c048335f780e354abaa395fd83a98335d9e94441950bbc9f487e163edf50cb2";
};
buildType = "catkin";