mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 18:24:50 +03:00
regenerate all distros, Fri Apr 11 13:54:49 2025
This commit is contained in:
parent
215f4895bf
commit
95300d766a
290 changed files with 2413 additions and 1125 deletions
|
@ -5,12 +5,12 @@
|
|||
{ lib, buildRosPackage, fetchurl, catkin, roscpp, visualization-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-noetic-visualization-marker-tutorials";
|
||||
version = "0.11.0-r1";
|
||||
version = "0.11.1-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros-gbp/visualization_tutorials-release/archive/release/noetic/visualization_marker_tutorials/0.11.0-1.tar.gz";
|
||||
name = "0.11.0-1.tar.gz";
|
||||
sha256 = "403a4658fd70b1faa9b6650839f28751383d1cd57fd7787fc4bee4bf7171fe1c";
|
||||
url = "https://github.com/ros-gbp/visualization_tutorials-release/archive/release/noetic/visualization_marker_tutorials/0.11.1-1.tar.gz";
|
||||
name = "0.11.1-1.tar.gz";
|
||||
sha256 = "4643aa30e98522f7ab8458add9c6a409a7b97e64565639798ccf6f0d00671a86";
|
||||
};
|
||||
|
||||
buildType = "catkin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue