Unverified Commit fba6fa36 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

librealsense: 2.55.1 -> 2.56.1 (#341406)

parents a015ebb4 f747eba8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ assert enablePython -> pythonPackages != null;

stdenv.mkDerivation rec {
  pname = "librealsense";
  version = "2.55.1";
  version = "2.56.1";

  outputs = [ "out" "dev" ];

@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
    owner = "IntelRealSense";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-MNHvfWk58WRtu6Xysfvn+lx8J1+HlNw5AmmgaTAzuok=";
    sha256 = "sha256-1ICSJqr5WRePLIHsD3T2L0Nxdn1LWaHqHDJrfTIRl88=";
  };

  buildInputs = [