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, catkin, rosemacs, roslisp, sbcl, slime-ros, slime-wrapper }:
buildRosPackage {
pname = "ros-melodic-roslisp-repl";
version = "0.4.13";
version = "0.4.14-r1";
src = fetchurl {
url = "https://github.com/code-iai-release/ros_emacs_utils-release/archive/release/melodic/roslisp_repl/0.4.13-0.tar.gz";
name = "0.4.13-0.tar.gz";
sha256 = "8a3c6a1532c2cda1967b880e2a26474c04966c606d4cf5ef5a1fcbe65f2ccc7f";
url = "https://github.com/code-iai-release/ros_emacs_utils-release/archive/release/melodic/roslisp_repl/0.4.14-1.tar.gz";
name = "0.4.14-1.tar.gz";
sha256 = "cefb6b7478f0354353b231bd85e2c31fa82dc803833acebb4038f4521e67507f";
};
buildType = "catkin";