pdal: 2.3.0 -> 2.4.0

This commit is contained in:
R. Ryantm 2022-03-27 16:04:52 +00:00 committed by Kerstin
parent 7a4da65463
commit 827a77d46d

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pdal"; pname = "pdal";
version = "2.3.0"; version = "2.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PDAL"; owner = "PDAL";
repo = "PDAL"; repo = "PDAL";
rev = version; rev = version;
sha256 = "sha256-DKIraCyp8fcgnVp5dFrtQ4Wq96cQGC9SiAPLS6htUZc="; sha256 = "sha256-w9Fu4Op6OdaxdvOUM+glpJUEZq//EwRD2lqzYrMXk8w=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [