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 Oct 30 13:06:42 2020

This commit is contained in:
Superflore 2020-10-30 13:06:42 +00:00 committed by Ben Wolsieffer
parent dd0a59938c
commit 71484add2f
144 changed files with 1050 additions and 488 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, catkin, geometry-msgs, nav-msgs, pythonPackages, rospy, sensor-msgs, tf }:
buildRosPackage {
pname = "ros-noetic-ros-numpy";
version = "0.0.4-r4";
version = "0.0.4-r5";
src = fetchurl {
url = "https://github.com/eric-wieser/ros_numpy-release/archive/release/noetic/ros_numpy/0.0.4-4.tar.gz";
name = "0.0.4-4.tar.gz";
sha256 = "5c7ca840934f6df9dfc0559ef0ff07c9fabaaae1cc20eaada127f61bf13b9b60";
url = "https://github.com/eric-wieser/ros_numpy-release/archive/release/noetic/ros_numpy/0.0.4-5.tar.gz";
name = "0.0.4-5.tar.gz";
sha256 = "180f2c1b702d154971d438181d55b6ee23748e1c14ce426f294f6bc6f0acbc9c";
};
buildType = "catkin";