1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

foxy.leo-desktop: fix hash

This commit is contained in:
Ben Wolsieffer 2022-12-09 21:42:11 -05:00
parent 6bf2ef9501
commit b4e79523a4

View file

@ -10,7 +10,7 @@ buildRosPackage {
src = fetchurl {
url = "https://github.com/ros2-gbp/leo_desktop-release/archive/release/foxy/leo_desktop/1.0.0-1.tar.gz";
name = "1.0.0-1.tar.gz";
sha256 = "4f34333148bab9701d44586849abe7bab78b12c3207345c37fd82f492587467a";
sha256 = "1496c86b10fea2bc29c9100b328e002245457934e130cfa0a753993474f0b41f";
};
buildType = "ament_cmake";