mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +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 {
|
||||
version = "8.0.0";
|
||||
hash = "sha256-3+846hhsaBaiFLIURlXQx6Z1+VYfp9UZgjdl96JvrRw=";
|
||||
version = "8.1.0";
|
||||
hash = "sha256-3jQk98HJ0ru2Q4fTqoiaPRaIHaWQKQlnqj+gN2PLxkE=";
|
||||
};
|
||||
|
||||
gz-msgs-vendor = lib.patchGzAmentVendorGit rosSuper.gz-msgs-vendor {
|
||||
version = "11.0.1";
|
||||
hash = "sha256-bOHw1CvQDGB8CaJnZF3CwsdeQJyn6LOvufRxbH8ufZc=";
|
||||
version = "11.0.2";
|
||||
hash = "sha256-PUhFOmVPRiOVWfOjAU8z8dcxKPdcoTrgRwDGXP/vsUs=";
|
||||
};
|
||||
|
||||
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 {
|
||||
version = "3.0.0";
|
||||
hash = "sha256-maq0iGCGbrjVGwBNNIYYSAKXxszwlAJS4FLrGNxsA5c=";
|
||||
version = "3.1.0";
|
||||
hash = "sha256-pbbFO/4h3Tos+uigPC8XHWzv+Yuyd6EdzLWQPdmXaN8=";
|
||||
};
|
||||
|
||||
iceoryx-hoofs = rosSuper.iceoryx-hoofs.overrideAttrs ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue