1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-09 19:55:19 +03:00

regenerate all distros, Sat Mar 6 02:47:22 2021

This commit is contained in:
Superflore 2021-03-06 02:47:22 +00:00 committed by Ben Wolsieffer
parent cff345f1dc
commit b8d9cca3e9
210 changed files with 2174 additions and 632 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, boost, catkin, cmake, doxygen, dynamic-graph, eigenpy, git }:
buildRosPackage {
pname = "ros-noetic-dynamic-graph-python";
version = "4.0.2-r1";
version = "4.0.2-r3";
src = fetchurl {
url = "https://github.com/stack-of-tasks/dynamic-graph-python-ros-release/archive/release/noetic/dynamic-graph-python/4.0.2-1.tar.gz";
name = "4.0.2-1.tar.gz";
sha256 = "160c506d8d1479424985e185a8fd6968efb551ff2cc7dd93f8515bf5e1de3fb7";
url = "https://github.com/stack-of-tasks/dynamic-graph-python-ros-release/archive/release/noetic/dynamic-graph-python/4.0.2-3.tar.gz";
name = "4.0.2-3.tar.gz";
sha256 = "3c79a0eb15c9f4dd046a1c8e19d69aabe77d00dcc2e24fb1f0de7583a87c5fdc";
};
buildType = "cmake";