Updating openocd and libftdi (for the sheevaplug jtag)
svn path=/nixpkgs/trunk/; revision=21139
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user