about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-18 10:56:41 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-18 10:56:41 +0000
commitd5839d58d45c504f0c668de4dca0633ba06a49da (patch)
treef541857a78024e94d56fc9b566a30695c954e1f5
parentd6fb31eb1141b3d63d0c327230896254bc8c0a29 (diff)
librealsense: 2.41.0 -> 2.42.0
-rw-r--r--pkgs/development/libraries/librealsense/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/librealsense/default.nix b/pkgs/development/libraries/librealsense/default.nix
index 82761dc3d0090..7d9aa52e5961c 100644
--- a/pkgs/development/libraries/librealsense/default.nix
+++ b/pkgs/development/libraries/librealsense/default.nix
@@ -7,7 +7,7 @@ assert enablePython -> pythonPackages != null;
 
 stdenv.mkDerivation rec {
   pname = "librealsense";
-  version = "2.41.0";
+  version = "2.42.0";
 
   outputs = [ "out" "dev" ];
 
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
     owner = "IntelRealSense";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0ngv9fgja72vg7hq1aiwpa7x4dhniawhpd8mqm85pqkjxiph8s1k";
+    sha256 = "sha256-8r8j0g7EaSUWujX+BNdkIJhzaLITMLsozjhOtQBriTA=";
   };
 
   buildInputs = [