libpointmatcher: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm 2024-07-14 01:17:01 +00:00
parent bd24e293f2
commit b283cb4ce8

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libpointmatcher";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "norlab-ulaval";
repo = "libpointmatcher";
rev = version;
hash = "sha256-XXkvBxG9f8rW1O968+2R+gltMSRGqH225vOmzp6Tpb8=";
hash = "sha256-ewsU3aCFPeem1pJpqKaceMhL7SwTYOaYlcwOfMxwkSs=";
};
nativeBuildInputs = [ cmake ];