octomap: 1.9.8 -> 1.10.0

This commit is contained in:
R. Ryantm 2024-03-23 12:04:36 +00:00
parent 476a33c53d
commit 18656da887
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "octomap";
version = "1.9.8";
version = "1.10.0";
src = fetchFromGitHub {
owner = "OctoMap";
repo = pname;
rev = "v${version}";
hash = "sha256-qE5i4dGugm7tR5tgDCpbla/R7hYR/PI8BzrZQ4y6Yz8=";
hash = "sha256-QxQHxxFciR6cvB/b8i0mr1hqGxOXhXmB4zgdsD977Mw=";
};
sourceRoot = "${src.name}/octomap";