Merge pull request #44755 from r-ryantm/auto-update/librealsense
librealsense: 2.13.0 -> 2.14.1
This commit is contained in:
commit
8b64d81b06
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "librealsense-${version}";
|
name = "librealsense-${version}";
|
||||||
version = "2.13.0";
|
version = "2.14.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "IntelRealSense";
|
owner = "IntelRealSense";
|
||||||
repo = "librealsense";
|
repo = "librealsense";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0rs7ic95kix173kl1ijb1riigjxnp7yqvps35hfxbhjqbjc2wfgn";
|
sha256 = "1gxfnc1c87a3xfp0dpcp32jjjmxz7f9aw6jcda87lr2xvhpvq0n5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/IntelRealSense/librealsense;
|
homepage = https://github.com/IntelRealSense/librealsense;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ brian-dawn ];
|
maintainers = with maintainers; [ brian-dawn ];
|
||||||
platforms = platforms.unix;
|
platforms = ["i686-linux" "x86_64-linux" "x86_64-darwin"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user