Skip to content

Commit 392a846

Browse files
authored
librealsense-gui: 2.56.1 -> 2.56.2 (#349634)
2 parents 5915003 + 2406a9f commit 392a846

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)