We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065da76 commit 2406a9fCopy full SHA for 2406a9f
pkgs/development/libraries/librealsense/default.nix
@@ -23,15 +23,15 @@ assert enablePython -> pythonPackages != null;
23
24
stdenv.mkDerivation rec {
25
pname = "librealsense";
26
- version = "2.56.1";
+ version = "2.56.2";
27
28
outputs = [ "out" "dev" ];
29
30
src = fetchFromGitHub {
31
owner = "IntelRealSense";
32
repo = pname;
33
rev = "v${version}";
34
- sha256 = "sha256-1ICSJqr5WRePLIHsD3T2L0Nxdn1LWaHqHDJrfTIRl88=";
+ sha256 = "sha256-7DO+AC9R6mnSs52ex/uIzEv7q+fS7FQ5FGYe5niap4Q=";
35
};
36
37
buildInputs = [
0 commit comments