nanoflann: 1.6.1 -> 1.6.2 (#354423)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-09 18:23:41 +00:00 committed by GitHub
commit 5c44f6f77c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.6.1";
version = "1.6.2";
pname = "nanoflann";
src = fetchFromGitHub {
owner = "jlblancoc";
repo = "nanoflann";
rev = "v${finalAttrs.version}";
hash = "sha256-likFHzaP/1yYfr6+rDWM2+YEKOk5G5P8UFC3xb2bEOo=";
hash = "sha256-8zqxTC11DauuJqDsUa3dhWhOC8pq/1aIwtKKTeD5pJo=";
};
nativeBuildInputs = [ cmake ];