1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-11 21:06:23 +03:00

regenerate all distros, Fri Feb 12 13:24:24 2021

This commit is contained in:
Superflore 2021-02-12 13:24:24 +00:00 committed by Ben Wolsieffer
parent 32ca9d5e44
commit 6189f97fbf
140 changed files with 617 additions and 528 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.1-r1";
version = "4.0.2-r1";
src = fetchurl {
url = "https://github.com/stack-of-tasks/dynamic-graph-python-ros-release/archive/release/noetic/dynamic-graph-python/4.0.1-1.tar.gz";
name = "4.0.1-1.tar.gz";
sha256 = "5aa3df95d58c0cd6272a61c1cb04c43df264df6201c56d6263530d8f44eb2fff";
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";
};
buildType = "cmake";