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

View file

@ -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 ];

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, libftdi}:
stdenv.mkDerivation {
name = "openocd-0.3.1";
name = "openocd-0.4.0";
src = fetchurl {
url = "http://download.berlios.de/openocd/openocd-0.3.1.tar.bz2";
sha256 = "1ww66gj4mn3ih4k0b2w21795gfl6g53nm41irii9n7bbjn2dmgrp";
url = "http://download.berlios.de/openocd/openocd-0.4.0.tar.bz2";
sha256 = "1c9j8s3mqgw5spv6nd4lqfkd1l9jmjipi0ya054vnjfsy2617kzv";
};