librealsense: 2.22.0 -> 2.23.0

This commit is contained in:
Marek Mahut 2019-08-10 15:42:29 +02:00
parent ca2fb07e4a
commit 51ff2494db
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "librealsense-${version}";
version = "2.22.0";
version = "2.23.0";
src = fetchFromGitHub {
owner = "IntelRealSense";
repo = "librealsense";
rev = "v${version}";
sha256 = "1v80w5rqpgh3fcc81rq2i5b8sbz81j0p27vn1b4m1ijsp93zspch";
sha256 = "055fvfmkfi71bk7yxa527awq5qrq4dni5xhlaldhak2vlis8glwk";
};
buildInputs = [