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, Tue May 2 16:50:21 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 16:50:22 -04:00
parent 4817b14e2d
commit fd3628c920
1601 changed files with 10237 additions and 5790 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-copyright, ament-cmake-gtest, ament-lint-auto, ament-lint-common, boost, class-loader, geometry-msgs, rclcpp, sqlite, sqlite3-vendor, warehouse-ros }:
buildRosPackage {
pname = "ros-rolling-warehouse-ros-sqlite";
version = "1.0.3-r1";
version = "1.0.3-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/warehouse_ros_sqlite-release/archive/release/rolling/warehouse_ros_sqlite/1.0.3-1.tar.gz";
name = "1.0.3-1.tar.gz";
sha256 = "26885ba506f88fc802d26132322855b21eee8b20c7a29b8549df363b585f7f4c";
url = "https://github.com/ros2-gbp/warehouse_ros_sqlite-release/archive/release/rolling/warehouse_ros_sqlite/1.0.3-2.tar.gz";
name = "1.0.3-2.tar.gz";
sha256 = "52d67a188159ad2b8b90d0341e557721dc2bad00c95f3aa180fc853e42c49450";
};
buildType = "ament_cmake";