nanoflann: 1.6.2 -> 1.6.3 (#371996)

Co-authored-by: AndersonTorres <torres.anderson.85@protonmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-09 11:30:21 +00:00
committed by GitHub
co-authored by AndersonTorres
+2 -2
View File
@@ -7,14 +7,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.6.2";
version = "1.6.3";
pname = "nanoflann";
src = fetchFromGitHub {
owner = "jlblancoc";
repo = "nanoflann";
rev = "v${finalAttrs.version}";
hash = "sha256-8zqxTC11DauuJqDsUa3dhWhOC8pq/1aIwtKKTeD5pJo=";
hash = "sha256-vtf/dkgvpeLvwtM5KMd23pOn1rye5tAJapYTAiDu9Ow=";
};
nativeBuildInputs = [ cmake ];