summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-09 05:06:50 -0500
committerGitHub <noreply@github.com>2020-01-09 05:06:50 -0500
commitedef947871f2ae77719395ea495f4e03746120a2 (patch)
treeb73588f7a536e04864aac4bbbfce6ceb2c9bbe28 /pkgs/tools/security
parent459ec6d127e72e53dda8d43efd61c9477836a504 (diff)
parentbd3e6a593c9a04c81a8057b5b78d1008277cae9b (diff)
downloadnixpkgs-edef947871f2ae77719395ea495f4e03746120a2.tar
nixpkgs-edef947871f2ae77719395ea495f4e03746120a2.tar.gz
nixpkgs-edef947871f2ae77719395ea495f4e03746120a2.tar.bz2
nixpkgs-edef947871f2ae77719395ea495f4e03746120a2.tar.lz
nixpkgs-edef947871f2ae77719395ea495f4e03746120a2.tar.xz
nixpkgs-edef947871f2ae77719395ea495f4e03746120a2.tar.zst
nixpkgs-edef947871f2ae77719395ea495f4e03746120a2.zip
Merge pull request #77179 from r-ryantm/auto-update/pcsc-tools
pcsctools: 1.5.4 -> 1.5.5
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/pcsctools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pcsctools/default.nix b/pkgs/tools/security/pcsctools/default.nix
index 24519654e9a..fa53b91a02f 100644
--- a/pkgs/tools/security/pcsctools/default.nix
+++ b/pkgs/tools/security/pcsctools/default.nix
@@ -5,11 +5,11 @@
 let deps = lib.makeBinPath [ wget coreutils ];
 
 in stdenv.mkDerivation rec {
-  name = "pcsc-tools-1.5.4";
+  name = "pcsc-tools-1.5.5";
 
   src = fetchurl {
     url = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools/${name}.tar.bz2";
-    sha256 = "14vw6ya8gzyw3lzyrsvfcxx7qm7ry39fbxcdqqh552c1lyxnm7n3";
+    sha256 = "01251m8hf7by8rw8fayhjxmcqvi6dp150680fpf89bqycha2vgqv";
   };
 
   buildInputs = [ udev dbus perlPackages.perl pcsclite ];