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, Mon Aug 24 18:45:06 2020

This commit is contained in:
Ben Wolsieffer 2020-08-24 18:45:07 -04:00
parent 59a5942241
commit 7dc26b028a
686 changed files with 4968 additions and 2436 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, curl, pkg-config }:
buildRosPackage {
pname = "ros-foxy-libcurl-vendor";
version = "2.3.2-r1";
version = "2.3.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/resource_retriever-release/archive/release/foxy/libcurl_vendor/2.3.2-1.tar.gz";
name = "2.3.2-1.tar.gz";
sha256 = "595f3dbc666c1c22d3bf5e5765528a53118fbed1eccb529f7ae901c7dc8ffc6e";
url = "https://github.com/ros2-gbp/resource_retriever-release/archive/release/foxy/libcurl_vendor/2.3.3-1.tar.gz";
name = "2.3.3-1.tar.gz";
sha256 = "b8252b67e68cd345ffa90ba41140ed1a31f5722028bd3cb8c1feea9208f0b0c6";
};
buildType = "ament_cmake";