summary refs log tree commit diff
path: root/pkgs/development/libraries/librealsense
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 16:54:22 -0700
committerOrivej Desh <orivej@gmx.fr>2018-05-21 09:15:41 +0000
commit96ad842c473c385db9386a38ab95c18695781536 (patch)
tree9edc41532e5ad26119564176d691e6cc82308386 /pkgs/development/libraries/librealsense
parent80fe329faf037b8dc7bb0d5a743e807a7f52ea0d (diff)
downloadnixpkgs-96ad842c473c385db9386a38ab95c18695781536.tar
nixpkgs-96ad842c473c385db9386a38ab95c18695781536.tar.gz
nixpkgs-96ad842c473c385db9386a38ab95c18695781536.tar.bz2
nixpkgs-96ad842c473c385db9386a38ab95c18695781536.tar.lz
nixpkgs-96ad842c473c385db9386a38ab95c18695781536.tar.xz
nixpkgs-96ad842c473c385db9386a38ab95c18695781536.tar.zst
nixpkgs-96ad842c473c385db9386a38ab95c18695781536.zip
librealsense: 2.11.0 -> 2.11.1
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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2.11.1 with grep in /nix/store/qyy6s8nbpifg33h0hvnpf3fizwdycpvz-librealsense-2.11.1
- directory tree listing: https://gist.github.com/020e7e6cfc0e9cc89911d68349e47bc7
- du listing: https://gist.github.com/dfc212b0151822573970980eb31f8289
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 c61000066f4..796954b356d 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.11.0";
+  version = "2.11.1";
 
   src = fetchFromGitHub {
     owner = "IntelRealSense";
     repo = "librealsense";
     rev = "v${version}";
-    sha256 = "11vzs2m6jh9v1xbffr2k541pymmih6g4w641mp8rll8qzqfh89i0";
+    sha256 = "1r27pdisg4hl4x23lrmykqfdc5agrc4pi161mhvzd1vjfkjrxbid";
   };
 
   buildInputs = [