pdal: 2.9.3 -> 2.10.2 (#541146)

This commit is contained in:
Fabián Heredia Montiel
2026-07-15 16:09:40 +00:00
committed by GitHub
+3 -3
View File
@@ -30,13 +30,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdal";
version = "2.9.3";
version = "2.10.2";
src = fetchFromGitHub {
owner = "PDAL";
repo = "PDAL";
tag = finalAttrs.version;
hash = "sha256-htuvNheRwzpdSKc4FbwugBWWaCNC7/20TSKwRpLr+7Y=";
hash = "sha256-VxELHAiiFMKjsvgBK4Cm6YJSrs/4QhhF1haZv4/FlZg=";
};
nativeBuildInputs = [
@@ -111,7 +111,7 @@ stdenv.mkDerivation (finalAttrs: {
"pdal_io_stac_reader_test"
# Require data to be downloaded from Internet
"pdal_io_copc_reader_test"
"pdal_io_copc_remote_reader_test"
];
nativeCheckInputs = [