mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
pcsclite: Upgrade from 1.8.8 -> 1.8.10
This commit is contained in:
parent
03be686dec
commit
40f202e4a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user