about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-18 20:47:21 +0200
committerGitHub <noreply@github.com>2024-04-18 20:47:21 +0200
commit9141e6f2cfabc00518d2e11e068080b0b91c3e85 (patch)
treec08f0cd5c1e8611be6c751f1e9080ce7e0dbeb65 /pkgs/development/libraries
parentd912b2968d6c497f62043326c1e3dfa7e3897979 (diff)
parent37f6cac791d47fd98e9de8fa4951ea60e180e66b (diff)
Merge pull request #304669 from r-ryantm/auto-update/LAStools
LAStools: 2.0.2 -> 2.0.3
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/LAStools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/LAStools/default.nix b/pkgs/development/libraries/LAStools/default.nix
index 2f2b3b23ae313..5dfd6570c0808 100644
--- a/pkgs/development/libraries/LAStools/default.nix
+++ b/pkgs/development/libraries/LAStools/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "LAStools";
-  version = "2.0.2";
+  version = "2.0.3";
 
   src = fetchFromGitHub {
     owner = "LAStools";
     repo = "LAStools";
     rev = "v${version}";
-    sha256 = "sha256-HL64koe0GNzJzyA0QP4I0M1y2HSxigsZTqOw67RCwNc=";
+    sha256 = "sha256-IyZjM8YvIVB0VPNuEhmHHw7EuKw5RanB2qhCnBD1fRY=";
   };
 
   patches = [