Merge pull request #156941 from StephenWithPH/adjust-lastools-for-new-semver

LAStools: 201003 -> 2.0.0
This commit is contained in:
Bobby Rong 2022-01-28 21:04:19 +08:00 committed by GitHub
commit 3f8adb0170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "LAStools";
version = "201003"; # LAStools makes release-ish commits with a message containing their version number as YYMMDD; these align with their website changelog
version = "2.0.0";
src = fetchFromGitHub {
owner = "LAStools";
repo = "LAStools";
rev = "635b76b42cc4912762da31b92f875df5310e1714";
sha256 = "0682ca3bp51lmfp46vsjnd1bqpn05g95pf4kclvjv1y8qivkxsaq";
rev = "v${version}";
sha256 = "19y49j5af3z3fsiknq9kg9yjcsr73ywng8dfy837y97q4shc9g00";
};
patches = [