pdal: 2.8.0 → 2.8.1 (#354986)

This commit is contained in:
Ivan Mincik
2024-11-11 13:02:24 +00:00
committed by GitHub

View File

@@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdal";
version = "2.8.0";
version = "2.8.1";
src = fetchFromGitHub {
owner = "PDAL";
repo = "PDAL";
rev = finalAttrs.version;
hash = "sha256-VHcUyYADmNzxZ+Ix56TNuaP9wG+vRlEl71cNM0uMaHg=";
hash = "sha256-aRWVBCMGr/FX3g8tF7PP3sarN2DHx7AG3vvGAkQTuAM=";
};
nativeBuildInputs = [