Merge pull request #274893 from r-ryantm/auto-update/nanoflann

nanoflann: 1.5.1 -> 1.5.3
This commit is contained in:
Nick Cao
2023-12-17 10:02:05 -05:00
committed by GitHub

View File

@@ -6,14 +6,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.5.1";
version = "1.5.3";
pname = "nanoflann";
src = fetchFromGitHub {
owner = "jlblancoc";
repo = "nanoflann";
rev = "v${finalAttrs.version}";
hash = "sha256-ozFYqEq6PSe1C6Lc13Szxt8+sUTTlbXrmMgb8cvX04I=";
hash = "sha256-cTi3Q+SUSNQkSgi2K7nPqfqEQFMkbchbn2+pE2ol9xQ=";
};
nativeBuildInputs = [ cmake ];