Skip to content

Commit 2406a9f

Browse files
committed
librealsense-gui: 2.56.1 -> 2.56.2
Diff: realsenseai/librealsense@v2.56.1...v2.56.2
1 parent 065da76 commit 2406a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/librealsense/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ assert enablePython -> pythonPackages != null;
2323

2424
stdenv.mkDerivation rec {
2525
pname = "librealsense";
26-
version = "2.56.1";
26+
version = "2.56.2";
2727

2828
outputs = [ "out" "dev" ];
2929

3030
src = fetchFromGitHub {
3131
owner = "IntelRealSense";
3232
repo = pname;
3333
rev = "v${version}";
34-
sha256 = "sha256-1ICSJqr5WRePLIHsD3T2L0Nxdn1LWaHqHDJrfTIRl88=";
34+
sha256 = "sha256-7DO+AC9R6mnSs52ex/uIzEv7q+fS7FQ5FGYe5niap4Q=";
3535
};
3636

3737
buildInputs = [

0 commit comments

Comments
 (0)