1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-12 05:16:30 +03:00

mrpt: update vendor hash

This commit is contained in:
Ben Wolsieffer 2024-11-14 22:51:36 -05:00
parent b63d9f26e0
commit 94cb9c1646

View file

@ -50,7 +50,7 @@ let
# CMakeLists.txt sets MRPT_VERSION_TO_DOWNLOAD to the # CMakeLists.txt sets MRPT_VERSION_TO_DOWNLOAD to the
# version from package.xml # version from package.xml
rev = head (splitString "-" pkg.version); # Ignore ROS release such as "-r1". rev = head (splitString "-" pkg.version); # Ignore ROS release such as "-r1".
fetchgitArgs.hash = "sha256-hWQlDdeR9qkrKBL6k689yDSupynU24r1BWhycp8mqvI="; fetchgitArgs.hash = "sha256-w9LxOtbXw01B2i4aqbhAIjjDwHzC+OvZbcZG/Pyn71Q=";
}; };
in rosSuper.lib.genAttrs [ in rosSuper.lib.genAttrs [
"mrpt-apps" "mrpt-apps"