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 May 29 13:21:24 2020

This commit is contained in:
Superflore 2020-05-29 13:21:24 +00:00 committed by Ben Wolsieffer
parent 759625cba9
commit d1f41bd290
102 changed files with 467 additions and 389 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, actionlib-msgs, catkin, cl-utils, message-runtime, roslisp }:
buildRosPackage {
pname = "ros-melodic-actionlib-lisp";
version = "0.2.12-r1";
version = "0.2.13-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/roslisp_common-release/archive/release/melodic/actionlib_lisp/0.2.12-1.tar.gz";
name = "0.2.12-1.tar.gz";
sha256 = "3002af2921ba296af1c5e75037094a24ae484f5cddae30abc5e6ff681669b280";
url = "https://github.com/ros-gbp/roslisp_common-release/archive/release/melodic/actionlib_lisp/0.2.13-1.tar.gz";
name = "0.2.13-1.tar.gz";
sha256 = "2a3d66692e70cd32ac8761c52744dcdfef0faa17f0ee8e8c1f49b985fc6e5f85";
};
buildType = "catkin";