Merge pull request #48411 from r-ryantm/auto-update/librealsense

librealsense: 2.15.0 -> 2.16.1
This commit is contained in:
Jörg Thalheim 2018-10-15 21:55:24 +01:00 committed by GitHub
commit 92647eb998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "librealsense-${version}";
version = "2.15.0";
version = "2.16.1";
src = fetchFromGitHub {
owner = "IntelRealSense";
repo = "librealsense";
rev = "v${version}";
sha256 = "12918gcn0w5h6bqgx6s44w44bs1x2pcndn2833xzya69rddkdv6x";
sha256 = "0vs2vcfmsb574bvdqrfgdmam0p631c738apk0w9mjdqk59zy1bz2";
};
buildInputs = [