update to 0.6.4
svn path=/nixpkgs/trunk/; revision=5722
This commit is contained in:
parent
4ce1ddab36
commit
fee4d3f929
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, kernel}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "qc-usb-0.6.3";
|
||||
name = "qc-usb-0.6.4";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/qc-usb-0.6.3.tar.gz;
|
||||
md5 = "3d33380a29a7f92c4eef1f82d61b4ee0";
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/qce-ga/qc-usb-0.6.4.tar.gz;
|
||||
md5 = "7e91c3a633382c99100e3ef4f1d9f50a";
|
||||
};
|
||||
inherit kernel;
|
||||
patches = [./quickcam-install.patch];
|
||||
|
|
Loading…
Reference in a new issue