mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-14 11:38:39 +03:00
rolling: update some gz vendor patching
Probably a few more still need updating.
This commit is contained in:
parent
2adf9fc643
commit
711d683bc2
1 changed files with 6 additions and 6 deletions
|
@ -87,13 +87,13 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
gz-math-vendor = lib.patchGzAmentVendorGit rosSuper.gz-math-vendor {
|
gz-math-vendor = lib.patchGzAmentVendorGit rosSuper.gz-math-vendor {
|
||||||
version = "8.0.0";
|
version = "8.1.0";
|
||||||
hash = "sha256-3+846hhsaBaiFLIURlXQx6Z1+VYfp9UZgjdl96JvrRw=";
|
hash = "sha256-3jQk98HJ0ru2Q4fTqoiaPRaIHaWQKQlnqj+gN2PLxkE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
gz-msgs-vendor = lib.patchGzAmentVendorGit rosSuper.gz-msgs-vendor {
|
gz-msgs-vendor = lib.patchGzAmentVendorGit rosSuper.gz-msgs-vendor {
|
||||||
version = "11.0.1";
|
version = "11.0.2";
|
||||||
hash = "sha256-bOHw1CvQDGB8CaJnZF3CwsdeQJyn6LOvufRxbH8ufZc=";
|
hash = "sha256-PUhFOmVPRiOVWfOjAU8z8dcxKPdcoTrgRwDGXP/vsUs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
gz-ogre-next-vendor = (lib.patchAmentVendorGit rosSuper.gz-ogre-next-vendor {
|
gz-ogre-next-vendor = (lib.patchAmentVendorGit rosSuper.gz-ogre-next-vendor {
|
||||||
|
@ -164,8 +164,8 @@ in {
|
||||||
});
|
});
|
||||||
|
|
||||||
gz-utils-vendor = lib.patchGzAmentVendorGit rosSuper.gz-utils-vendor {
|
gz-utils-vendor = lib.patchGzAmentVendorGit rosSuper.gz-utils-vendor {
|
||||||
version = "3.0.0";
|
version = "3.1.0";
|
||||||
hash = "sha256-maq0iGCGbrjVGwBNNIYYSAKXxszwlAJS4FLrGNxsA5c=";
|
hash = "sha256-pbbFO/4h3Tos+uigPC8XHWzv+Yuyd6EdzLWQPdmXaN8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
iceoryx-hoofs = rosSuper.iceoryx-hoofs.overrideAttrs ({
|
iceoryx-hoofs = rosSuper.iceoryx-hoofs.overrideAttrs ({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue