mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #52167 from r-ryantm/auto-update/pcsc-tools
pcsctools: 1.5.3 -> 1.5.4
This commit is contained in:
commit
5bb729c892
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue