Merge pull request #156941 from StephenWithPH/adjust-lastools-for-new-semver
LAStools: 201003 -> 2.0.0
This commit is contained in:
commit
3f8adb0170
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "LAStools";
|
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 {
|
src = fetchFromGitHub {
|
||||||
owner = "LAStools";
|
owner = "LAStools";
|
||||||
repo = "LAStools";
|
repo = "LAStools";
|
||||||
rev = "635b76b42cc4912762da31b92f875df5310e1714";
|
rev = "v${version}";
|
||||||
sha256 = "0682ca3bp51lmfp46vsjnd1bqpn05g95pf4kclvjv1y8qivkxsaq";
|
sha256 = "19y49j5af3z3fsiknq9kg9yjcsr73ywng8dfy837y97q4shc9g00";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue