1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-19 08:31:07 +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, openssl, pythonPackages, roslib, rospy, rostest }:
buildRosPackage {
pname = "ros-melodic-async-web-server-cpp";
version = "1.0.2-r1";
version = "1.0.3-r1";
src = fetchurl {
url = "https://github.com/fkie-release/async_web_server_cpp-release/archive/release/melodic/async_web_server_cpp/1.0.2-1.tar.gz";
name = "1.0.2-1.tar.gz";
sha256 = "6e4642671a9b19d4bcf46d080a17c1873a9d3c40905150d93684eb09d5efd346";
url = "https://github.com/fkie-release/async_web_server_cpp-release/archive/release/melodic/async_web_server_cpp/1.0.3-1.tar.gz";
name = "1.0.3-1.tar.gz";
sha256 = "f1094d659202fb2ed57ef45efe72c8748e7086c122be0f064e3804657c14d630";
};
buildType = "catkin";