Skip to content

Commit

Permalink
librealsense: 2.38.0 -> 2.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freezeboy authored and Jonathan Ringer committed Nov 29, 2020
1 parent df6390e commit 72b87b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/librealsense/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ assert enablePython -> pythonPackages != null;

stdenv.mkDerivation rec {
pname = "librealsense";
version = "2.38.0";
version = "2.40.0";

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "IntelRealSense";
repo = pname;
rev = "v${version}";
sha256 = "12rs0gklgzn8bplqjmaxixk04pr870i333mmcp9i5bhkn8x86zbx";
sha256 = "KZNriNDxRKR14KFJrAbzZLfSQ3iiZ8PKC80fVh0AQls=";
};

buildInputs = [
Expand Down

0 comments on commit 72b87b7

Please sign in to comment.