forked from mirrors/nixpkgs
freenect: 0.6.1 -> 0.6.2
This commit is contained in:
parent
94982e6f87
commit
3a5b1686c4
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue