Merge pull request #52167 from r-ryantm/auto-update/pcsc-tools

pcsctools: 1.5.3 -> 1.5.4
This commit is contained in:
Florian Klink 2018-12-15 14:27:07 +01:00 committed by GitHub
commit 5bb729c892
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
let deps = lib.makeBinPath [ wget coreutils ];
in stdenv.mkDerivation rec {
name = "pcsc-tools-1.5.3";
name = "pcsc-tools-1.5.4";
src = fetchurl {
url = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools/${name}.tar.bz2";
sha256 = "050x3yqd5ywl385zai3k1zhbm2lz1f5ksalfpm9hd86s50f03ans";
sha256 = "14vw6ya8gzyw3lzyrsvfcxx7qm7ry39fbxcdqqh552c1lyxnm7n3";
};
buildInputs = [ udev dbus perl pcsclite ];