pcsclite: clean up after #41790

This commit is contained in:
Orivej Desh 2018-06-12 20:40:32 +00:00
parent e701948f5a
commit 4d5565e87e

View File

@ -6,9 +6,7 @@ stdenv.mkDerivation rec {
version = "1.8.23"; version = "1.8.23";
src = fetchurl { src = fetchurl {
# This URL changes in unpredictable ways, so it is not sensible url = "https://pcsclite.apdu.fr/files/pcsc-lite-${version}.tar.bz2";
# to put a version variable in there.
url = "https://pcsclite.apdu.fr/files/pcsc-lite-1.8.23.tar.bz2";
sha256 = "1jc9ws5ra6v3plwraqixin0w0wfxj64drahrbkyrrwzghqjjc9ss"; sha256 = "1jc9ws5ra6v3plwraqixin0w0wfxj64drahrbkyrrwzghqjjc9ss";
}; };
@ -36,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Middleware to access a smart card using SCard API (PC/SC)"; description = "Middleware to access a smart card using SCard API (PC/SC)";
homepage = http://pcsclite.alioth.debian.org/; homepage = https://pcsclite.apdu.fr/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ viric wkennington ]; maintainers = with maintainers; [ viric wkennington ];
platforms = with platforms; unix; platforms = with platforms; unix;