aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/librealsense
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-17 00:07:20 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-17 00:07:20 -0700
commit6ecbab9c1b6d0c047605e8371e98e4b838d323f3 (patch)
treecdc46ab8cf21412e301fba4c121a433fdc6df3ac /pkgs/development/libraries/librealsense
parent249ba3d3ed76e34f61ab7bb2024b013f3feaafb9 (diff)
librealsense: 2.14.1 -> 2.15.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/librealsense/versions.
Diffstat (limited to 'pkgs/development/libraries/librealsense')
-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 84fb600d88e3..ea24c9da88b9 100644
--- a/pkgs/development/libraries/librealsense/default.nix
+++ b/pkgs/development/libraries/librealsense/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "librealsense-${version}";
- version = "2.14.1";
+ version = "2.15.0";
src = fetchFromGitHub {
owner = "IntelRealSense";
repo = "librealsense";
rev = "v${version}";
- sha256 = "1gxfnc1c87a3xfp0dpcp32jjjmxz7f9aw6jcda87lr2xvhpvq0n5";
+ sha256 = "12918gcn0w5h6bqgx6s44w44bs1x2pcndn2833xzya69rddkdv6x";
};
buildInputs = [