Skip to content

Commit

Permalink
freenect: 0.5.7 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bennofs committed Feb 19, 2020
1 parent 477ea06 commit 7b9d9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/freenect/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "freenect";
version = "0.5.7";
version = "0.6.0";

src = fetchFromGitHub {
owner = "OpenKinect";
repo = "libfreenect";
rev = "v${version}";
sha256 = "0vnc7z2avckh4mccqq6alsd2z7xvsh3kaslc5b0gnfxw0j269gl6";
sha256 = "1963xndbiwgj01q17zv6xbqlsbhfd236dkbdwkbjw4b0gr8kqzq9";
};

buildInputs = [ libusb freeglut libGLU libGL libXi libXmu ]
Expand Down

0 comments on commit 7b9d9fe

Please sign in to comment.