mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 18:54:50 +03:00
zmqpp-vendor: add vendor patching
This commit is contained in:
parent
23466e5443
commit
e66f390525
1 changed files with 7 additions and 0 deletions
|
@ -238,4 +238,11 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
||||||
broken = true;
|
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=";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue