mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
galactic: libyaml-vendor: patch vendor url
This commit is contained in:
parent
35cf45fccc
commit
b3d9895b9d
5 changed files with 20 additions and 5 deletions
|
@ -38,6 +38,11 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
sha256 = "1ab4d7ngvx009vajqv3kxw0s77z0hdd9xb8in1mvx86i1l3vndxa";
|
||||
};
|
||||
|
||||
libyaml-vendor = patchVendorUrl rosSuper.libyaml-vendor {
|
||||
url = "https://github.com/yaml/libyaml/archive/10c907871f1ccd779c7fccf6b81a62762b5c4e7b.zip";
|
||||
sha256 = "0v6ks4hpxmakgymcfvafynla76gl3866grgwf4vjdsb4rsvr13vx";
|
||||
};
|
||||
|
||||
nav2-util = rosSuper.nav2-util.overrideAttrs ({
|
||||
patches ? [], ...
|
||||
}: {
|
||||
|
|
|
@ -160,11 +160,6 @@ let
|
|||
'';
|
||||
});
|
||||
|
||||
libyaml-vendor = patchVendorUrl rosSuper.libyaml-vendor {
|
||||
url = "https://github.com/yaml/libyaml/archive/10c907871f1ccd779c7fccf6b81a62762b5c4e7b.zip";
|
||||
sha256 = "0v6ks4hpxmakgymcfvafynla76gl3866grgwf4vjdsb4rsvr13vx";
|
||||
};
|
||||
|
||||
map-server = rosSuper.map-server.overrideAttrs ({
|
||||
nativeBuildInputs ? [], ...
|
||||
}: {
|
||||
|
|
|
@ -21,6 +21,11 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
sha256 = "1ab4d7ngvx009vajqv3kxw0s77z0hdd9xb8in1mvx86i1l3vndxa";
|
||||
};
|
||||
|
||||
libyaml-vendor = patchVendorUrl rosSuper.libyaml-vendor {
|
||||
url = "https://github.com/yaml/libyaml/archive/10c907871f1ccd779c7fccf6b81a62762b5c4e7b.zip";
|
||||
sha256 = "0v6ks4hpxmakgymcfvafynla76gl3866grgwf4vjdsb4rsvr13vx";
|
||||
};
|
||||
|
||||
rviz-ogre-vendor = patchVendorUrl rosSuper.rviz-ogre-vendor {
|
||||
url = "https://github.com/OGRECave/ogre/archive/v1.12.1.zip";
|
||||
sha256 = "1iv6k0dwdzg5nnzw2mcgcl663q4f7p2kj7nhs8afnsikrzxxgsi4";
|
||||
|
|
|
@ -9,6 +9,11 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
sha256 = "1ab4d7ngvx009vajqv3kxw0s77z0hdd9xb8in1mvx86i1l3vndxa";
|
||||
};
|
||||
|
||||
libyaml-vendor = patchVendorUrl rosSuper.libyaml-vendor {
|
||||
url = "https://github.com/yaml/libyaml/archive/10c907871f1ccd779c7fccf6b81a62762b5c4e7b.zip";
|
||||
sha256 = "0v6ks4hpxmakgymcfvafynla76gl3866grgwf4vjdsb4rsvr13vx";
|
||||
};
|
||||
|
||||
rviz-ogre-vendor = patchVendorUrl rosSuper.rviz-ogre-vendor {
|
||||
url = "https://github.com/OGRECave/ogre/archive/v1.12.1.zip";
|
||||
sha256 = "1iv6k0dwdzg5nnzw2mcgcl663q4f7p2kj7nhs8afnsikrzxxgsi4";
|
||||
|
|
|
@ -18,6 +18,11 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
sha256 = "17xfc07bgllqr808jm779z98gwz01iik9skw2hcwpgg4j7kdxn5d";
|
||||
};
|
||||
|
||||
libyaml-vendor = patchVendorUrl rosSuper.libyaml-vendor {
|
||||
url = "https://github.com/yaml/libyaml/archive/refs/tags/0.2.5.zip";
|
||||
sha256 = "1j6br21rc379wizvclz46s3kih0kfii6m923p4x4s37wdnm5nq0l";
|
||||
};
|
||||
|
||||
pybind11-vendor = patchVendorUrl rosSuper.pybind11-vendor {
|
||||
url = "https://github.com/pybind/pybind11/archive/v2.5.0.tar.gz";
|
||||
sha256 = "0145vj9hrhb9qjp6jfvw0d1qc31lbb103xzxscr0yms0asv4sl4p";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue