mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
Updating openocd and libftdi (for the sheevaplug jtag)
svn path=/nixpkgs/trunk/; revision=21139
This commit is contained in:
parent
7c22881aa8
commit
36623b8227
@ -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 ];
|
||||
|
@ -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";
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user