mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
Fix example-ros2-gz
Update packages in overrides of jazzy.
This commit is contained in:
parent
d3e470593e
commit
c961d30980
1 changed files with 14 additions and 14 deletions
|
@ -64,13 +64,13 @@ in {
|
|||
};
|
||||
|
||||
gz-fuel-tools-vendor = lib.patchGzAmentVendorGit rosSuper.gz-fuel-tools-vendor {
|
||||
version = "9.1.0";
|
||||
hash = "sha256-txeIzj2vmvL5NDu6O07c7LwcCWE26OFEzvyc9TBrJAw=";
|
||||
version = "9.1.1";
|
||||
hash = "sha256-XQoBcCtzwzzPypS1kIeTCIbjtxrzaW3JvZLCYbwXAOk=";
|
||||
};
|
||||
|
||||
gz-gui-vendor = (lib.patchGzAmentVendorGit rosSuper.gz-gui-vendor {
|
||||
version = "8.3.0";
|
||||
hash = "sha256-V0zaL6qrd510hMECCr3/mMkyqf4yu2aaKLRZ6Rw0s/4=";
|
||||
version = "8.4.0";
|
||||
hash = "sha256-gf9XZzAX2g6r9ThIA0v2H2X/+uu9VnwvyvrdL5ZazM0=";
|
||||
}).overrideAttrs ({
|
||||
postInstall ? "", ...
|
||||
}: {
|
||||
|
@ -82,8 +82,8 @@ in {
|
|||
});
|
||||
|
||||
gz-launch-vendor = lib.patchGzAmentVendorGit rosSuper.gz-launch-vendor {
|
||||
version = "7.1.0";
|
||||
hash = "sha256-En3V8i/Ie8+KnSHGlm9Bap7REdLhYBaVHVbOM+/Pzno=";
|
||||
version = "7.1.1";
|
||||
hash = "sha256-S63DWe/c3cnEztxr3uJc0A4AmuiQk4o6m9yXj0X97Yk=";
|
||||
};
|
||||
|
||||
gz-math-vendor = lib.patchGzAmentVendorGit rosSuper.gz-math-vendor {
|
||||
|
@ -105,8 +105,8 @@ in {
|
|||
});
|
||||
|
||||
gz-physics-vendor = lib.patchGzAmentVendorGit rosSuper.gz-physics-vendor {
|
||||
version = "7.4.0";
|
||||
hash = "sha256-14/P/xoZSqqqf9krgqDKVcO/rTZOEhLni8ZUR3W9ey4=";
|
||||
version = "7.5.0";
|
||||
hash = "sha256-75myTqDeEybvj5rsJxRambLPle1cen6HIatZGbVoXro=";
|
||||
};
|
||||
|
||||
gz-plugin-vendor = lib.patchGzAmentVendorGit rosSuper.gz-plugin-vendor {
|
||||
|
@ -115,18 +115,18 @@ in {
|
|||
};
|
||||
|
||||
gz-rendering-vendor = lib.patchGzAmentVendorGit rosSuper.gz-rendering-vendor {
|
||||
version = "8.2.1";
|
||||
hash = "sha256-ZHeEC/zvBKROJ/e+6Bdvhut30crhlC5VMsxrpIGIA0M=";
|
||||
version = "8.2.2";
|
||||
hash = "sha256-x+QHn8d+19U12CG1+HEmP0KcM3beY00Vvrc8mrxvAs0=";
|
||||
};
|
||||
|
||||
gz-sensors-vendor = lib.patchGzAmentVendorGit rosSuper.gz-sensors-vendor {
|
||||
version = "8.2.1";
|
||||
hash = "sha256-wEUJoHbvvImuFbaKk84maw5AoKhoEhdU0uOYVBtHhI0=";
|
||||
version = "8.2.2";
|
||||
hash = "sha256-TRDMCMesJXVSVGA3bnRngtXTi4VVf0y12AJQ79EEMiI=";
|
||||
};
|
||||
|
||||
gz-sim-vendor = lib.patchGzAmentVendorGit rosSuper.gz-sim-vendor {
|
||||
version = "8.7.0";
|
||||
hash = "sha256-Kalt+UwFiL1D+A5pkM/aZyEmBenqPo9U4jlAmqLze3c=";
|
||||
version = "8.9.0";
|
||||
hash = "sha256-hvhq2XBzcIoupJdJyJzk38LDXoEnd9iBCCiXvPZsPqY=";
|
||||
};
|
||||
|
||||
gz-tools-vendor = (lib.patchGzAmentVendorGit rosSuper.gz-tools-vendor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue