Updating openocd and libftdi (for the sheevaplug jtag)

svn path=/nixpkgs/trunk/; revision=21139
This commit is contained in:
Lluís Batlle i Rossell
2010-04-17 10:15:47 +00:00
parent 7c22881aa8
commit 36623b8227
2 changed files with 5 additions and 5 deletions
@@ -1,11 +1,11 @@
{stdenv, fetchurl, libusb}:
stdenv.mkDerivation rec {
name = "libftdi-0.16";
name = "libftdi-0.17";
src = fetchurl {
url = "http://www.intra2net.com/en/developer/libftdi/download/${name}.tar.gz";
sha256 = "1n12lcvpzmkph12gmg7i7560s0yly2gjgwhxh2h2inq93agg1xv2";
sha256 = "1w5bzq4h4v9qah9dx0wbz6w7ircr91ack0sh6wqs8s5b4m8jgh6m";
};
buildInputs = [ libusb ];