Merge pull request #238358 from r-ryantm/auto-update/pdal

pdal: 2.5.4 -> 2.5.5
This commit is contained in:
Weijia Wang
2023-06-20 03:19:46 +03:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "pdal";
version = "2.5.4";
version = "2.5.5";
src = fetchFromGitHub {
owner = "PDAL";
repo = "PDAL";
rev = version;
sha256 = "sha256-WP74YMKYJ0VqsPkOzSfuFhSKM/aY5ynVVmDTP6/DmgA=";
sha256 = "sha256-AhekpvWAdbDAYAr38VXPBDGE40xvP0BnEAI2ZKF3ctY=";
};
nativeBuildInputs = [