mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 18:54:50 +03:00
regenerate all distros, Fri Mar 8 13:41:18 2024
This commit is contained in:
parent
2c2781805f
commit
de1ea0a747
1165 changed files with 4832 additions and 4718 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-r4";
|
||||
version = "2.0.0-r5";
|
||||
|
||||
src = fetchurl {
|
||||
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";
|
||||
url = "https://github.com/ros2-gbp/async_web_server_cpp-release/archive/release/rolling/async_web_server_cpp/2.0.0-5.tar.gz";
|
||||
name = "2.0.0-5.tar.gz";
|
||||
sha256 = "f5cae168769df2e30d2c2bae30b9a28ec8560116c6b376ad573a7cbf8d10b488";
|
||||
};
|
||||
|
||||
buildType = "catkin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue