pcsclite: Upgrade from 1.8.8 -> 1.8.10

This commit is contained in:
William A. Kennington III 2014-01-25 16:51:09 -06:00 committed by Bjørn Forsman
parent 03be686dec
commit 40f202e4a0

View File

@ -1,11 +1,12 @@
{ stdenv, fetchurl, pkgconfig, udev, dbus_libs, perl }:
stdenv.mkDerivation rec {
name = "pcsclite-1.8.8";
version = "1.8.10";
name = "pcsclite-${version}";
src = fetchurl {
url = "http://alioth.debian.org/frs/download.php/3862/${name}.tar.bz2";
sha256 = "1rw5530vr2jf02ziyf32jbd98n5q8zjcfwp5nkw3x3bkgr53arpy";
url = "http://ftp.de.debian.org/debian/pool/main/p/pcsc-lite/pcsc-lite_${version}.orig.tar.bz2";
sha256 = "04i63zi9ayg38z3cahp6gf3rgx23w17bmcpdccm2hvaj63blnz30";
};
# The OS should care on preparing the drivers into this location