Skip to content

Commit

Permalink
zmqpp-vendor: add vendor patching
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Dec 8, 2024
1 parent 23466e5 commit e66f390
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions distros/ros2-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,11 @@ rosSelf: rosSuper: with rosSelf.lib; {
broken = true;
};
});

zmqpp-vendor = patchExternalProjectGit rosSuper.zmqpp-vendor {
url = "https://github.com/zeromq/zmqpp.git";
originalRev = "master";
rev = "da73a138f290274cfd604b3f05a908956390a66e";
fetchgitArgs.hash = "sha256-UZyJpBEOf/Ys+i2tiBTjv4PlM5fHjjNLWuGhpgcmYyM=";
};
}

0 comments on commit e66f390

Please sign in to comment.