summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-09 12:13:17 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-04-09 21:13:17 +0200
commit15196d2b6cefc32667f38b9f78870464256ab73e (patch)
tree0ef67ed9d62fa65e0488fb8934709372d85dee25 /pkgs
parentedd555502978279727de4d7163543e263bd860ae (diff)
downloadnixpkgs-15196d2b6cefc32667f38b9f78870464256ab73e.tar
nixpkgs-15196d2b6cefc32667f38b9f78870464256ab73e.tar.gz
nixpkgs-15196d2b6cefc32667f38b9f78870464256ab73e.tar.bz2
nixpkgs-15196d2b6cefc32667f38b9f78870464256ab73e.tar.lz
nixpkgs-15196d2b6cefc32667f38b9f78870464256ab73e.tar.xz
nixpkgs-15196d2b6cefc32667f38b9f78870464256ab73e.tar.zst
nixpkgs-15196d2b6cefc32667f38b9f78870464256ab73e.zip
pcsclite: 1.8.24 -> 1.8.25 (#58745)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pcsclite/versions
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/pcsclite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pcsclite/default.nix b/pkgs/tools/security/pcsclite/default.nix
index 66a5615ee13..5c40ccdef58 100644
--- a/pkgs/tools/security/pcsclite/default.nix
+++ b/pkgs/tools/security/pcsclite/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "pcsclite-${version}";
-  version = "1.8.24";
+  version = "1.8.25";
 
   outputs = [ "bin" "out" "dev" "doc" "man" ];
 
   src = fetchurl {
     url = "https://pcsclite.apdu.fr/files/pcsc-lite-${version}.tar.bz2";
-    sha256 = "0s3mv6csbi9303vvis0hilm71xsmi6cqkbh2kiipdisydbx6865q";
+    sha256 = "14l7irs1nsh8b036ag4cfy8wryyysch78scz5dw6xxqwqgnpjvfp";
   };
 
   patches = [ ./no-dropdir-literals.patch ];