Skip to content

Commit

Permalink
rosidl-generator-rs 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeremy authored and lopsided98 committed Sep 17, 2024
1 parent 90a80fe commit 1fcbc06
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pkgs/rosidl-generator-rs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,16 @@
, rosidl-typesupport-interface }:
buildRosPackage rec {
pname = "rosidl-generator-rs";
version = "0.3.1";
version = "0.4.1";

src = fetchFromGitHub {
owner = "ros2-rust";
repo = "ros2_rust";
rev = version;
hash = "sha256-2kExpUDkPY+gvQflornneSmxSv4eM5eeBMGnuV7eg90=";
hash = "sha256-VbE/vhsz1uvN1dosidB+x2h1ai6qzjmfcPYVcgUl0Ec=";
};
sourceRoot = "source/rosidl_generator_rs";

patches = [
# Remove dependency on rmw_implementation
(fetchpatch {
url = "https://github.com/ros2-rust/ros2_rust/commit/376fdeb43b4feb0ab82edb5851cc50f8152e0e4f.patch";
hash = "sha256-iFCZa2kP7Dd03t2QGTh5b/E8ZVqhlM7DwsqGwiqkzYs=";
stripLen = 1;
})
];

buildType = "ament_cmake";

strictDeps = true;
Expand Down

0 comments on commit 1fcbc06

Please sign in to comment.