mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-18 21:38:40 +03:00
regenerate all distros, Tue May 2 16:50:21 2023
This commit is contained in:
parent
4817b14e2d
commit
fd3628c920
1601 changed files with 10237 additions and 5790 deletions
|
@ -5,12 +5,12 @@
|
|||
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, boost, launch-testing, openssl, python3Packages }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-async-web-server-cpp";
|
||||
version = "2.0.0-r2";
|
||||
version = "2.0.0-r4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/async_web_server_cpp-release/archive/release/rolling/async_web_server_cpp/2.0.0-2.tar.gz";
|
||||
name = "2.0.0-2.tar.gz";
|
||||
sha256 = "a63d093c7c74efb399181c0d1065258afc0d0bca59f9ec8438796838a11ab664";
|
||||
url = "https://github.com/ros2-gbp/async_web_server_cpp-release/archive/release/rolling/async_web_server_cpp/2.0.0-4.tar.gz";
|
||||
name = "2.0.0-4.tar.gz";
|
||||
sha256 = "e234256bb0053081f54337a8c79c9c42770bcfa71da04cead7ffa254b48b9b90";
|
||||
};
|
||||
|
||||
buildType = "catkin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue