mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 10:14:50 +03:00
Fix urdfdom patch.
This commit is contained in:
parent
eba1d04ed3
commit
191359a33a
4 changed files with 7 additions and 7 deletions
|
@ -74,7 +74,7 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
# Fix CMake relative install dir assumptions
|
||||
# https://github.com/ros/urdfdom/pull/142 (backported to 2.3)
|
||||
(self.fetchpatch {
|
||||
url = "https://github.com/ros/urdfdom/commit/f44a382984269d4a4cc4006673e16dfd74e8b4f8.patch";
|
||||
url = "https://github.com/ros/urdfdom/commit/f6d9b2e248ab5c7d08b21a104a2d2d7fa3490790.patch";
|
||||
hash = "sha256-ykBw9DEBraYHzgrCa1JkDhWTYXBQL1MmfelC5j5ibrs=";
|
||||
})
|
||||
];
|
||||
|
|
|
@ -90,7 +90,7 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
# Fix CMake relative install dir assumptions
|
||||
# https://github.com/ros/urdfdom/pull/142 (backported to 2.3)
|
||||
(self.fetchpatch {
|
||||
url = "https://github.com/ros/urdfdom/commit/f44a382984269d4a4cc4006673e16dfd74e8b4f8.patch";
|
||||
url = "https://github.com/ros/urdfdom/commit/f6d9b2e248ab5c7d08b21a104a2d2d7fa3490790.patch";
|
||||
hash = "sha256-ykBw9DEBraYHzgrCa1JkDhWTYXBQL1MmfelC5j5ibrs=";
|
||||
})
|
||||
];
|
||||
|
|
|
@ -86,8 +86,8 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
# Fix CMake relative install dir assumptions
|
||||
# https://github.com/ros/urdfdom/pull/142
|
||||
(self.fetchpatch {
|
||||
url = "https://github.com/ros/urdfdom/commit/a627bd366e5fcabd814fb5b88ac55986374e46c9.patch";
|
||||
hash = "sha256-pUpS9lBgwuFDejvRXrLPe+FRm0Gjh7H2URS/bic9ys0=";
|
||||
url = "https://github.com/ros/urdfdom/commit/cbe6884d267779463bb444be851f6404e692cc0a.patch";
|
||||
hash = "sha256-1gTRKIGqiSRion76bGecSfFJSBskYUJguUIa6ePIiX4=";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
|
6
flake.lock
generated
6
flake.lock
generated
|
@ -17,11 +17,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1668190783,
|
||||
"narHash": "sha256-9E0pMY8DpoPUxjrokfEgeP/vWD4ClofP7TNLedPY780=",
|
||||
"lastModified": 1668192777,
|
||||
"narHash": "sha256-C/koqhRmkV2hRCENfDUAK6HP7HTDwLAmhyP5QOy1jtI=",
|
||||
"owner": "lopsided98",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "019bc5dcee5ec137a6c418c2d606af59b1d6d458",
|
||||
"rev": "cb892295b6674f6d942ce78df3a27f2f219972e0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue