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
+2 -2
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 ];