rtabmap: 0.21.4 -> 0.21.4.1

This commit is contained in:
R. Ryantm
2024-05-01 22:43:22 +00:00
parent 6b39739b77
commit 08fde07df9
+2 -2
View File
@@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "rtabmap";
version = "0.21.4";
version = "0.21.4.1";
src = fetchFromGitHub {
owner = "introlab";
repo = "rtabmap";
rev = "refs/tags/${version}";
hash = "sha256-HrIATYRuhFfTlO4oTRZo7CM30LFVyatZJON31Fe4HTQ=";
hash = "sha256-y/p1uFSxVQNXO383DLGCg4eWW7iu1esqpWlyPMF3huk=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook wrapGAppsHook ];