Skip to content

Commit d3e4705

Browse files
biodraniklopsided98
authored andcommitted
Fix ros-jazzy-gz-msgs-vendor version when building with cmake
Fixes this error: ``` > CMake Error at CMakeLists.txt:114 (message): > Mismatch in ros-jazzy-gz-msgs-vendor version (Nix: 10.3.1, upstream: > 10.3.2). Fix this in overrides.nix. ```
1 parent 5f08b48 commit d3e4705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distros/jazzy/overrides.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ in {
9292
};
9393

9494
gz-msgs-vendor = lib.patchGzAmentVendorGit rosSuper.gz-msgs-vendor {
95-
version = "10.3.1";
96-
hash = "sha256-GBEylFQvR2MWOIivW2+MGy//jjewId41mk8qpLfoaYM=";
95+
version = "10.3.2";
96+
hash = "sha256-gxhRqLzBCaDmK67T5RryDpxbDR3WLgV9DFs7w6ieMxQ=";
9797
};
9898

9999
gz-ogre-next-vendor = (lib.patchAmentVendorGit rosSuper.gz-ogre-next-vendor {

0 commit comments

Comments
 (0)