freenect: 0.6.1 -> 0.6.2

This commit is contained in:
R. RyanTM 2021-02-14 01:27:48 +00:00 committed by Benno Fünfstück
parent 94982e6f87
commit 3a5b1686c4

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "freenect";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "OpenKinect";
repo = "libfreenect";
rev = "v${version}";
sha256 = "0was1va167rqshmpn382h36yyprpfi9cwillb6ylppmnfdrfrhrr";
sha256 = "sha256-/CR+r9/zMj+8gxhHeRGPCDhALeF5bLsea38KQ1lF6wo=";
};
buildInputs = [ libusb1 freeglut libGLU libGL libXi libXmu ]