1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

update to 0.1.12

svn path=/nixpkgs/trunk/; revision=5631
This commit is contained in:
Armijn Hemel 2006-07-06 21:37:45 +00:00
parent 9ecd455774
commit c806a402e7

View file

@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libusb-0.1.10a";
name = "libusb-0.1.12";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/libusb-0.1.10a.tar.gz;
md5 = "c6062b29acd2cef414bcc34e0decbdd1";
url = http://surfnet.dl.sourceforge.net/sourceforge/libusb/libusb-0.1.12.tar.gz;
md5 = "caf182cbc7565dac0fd72155919672e6";
};
}