about summary refs log tree commit diff
path: root/pkgs/tools/security/ccid
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-18 07:52:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-18 07:52:59 +0000
commit5fcbc58784a6f7332c917f81f95d50064d0eae26 (patch)
tree0db3d19199baf0965fb6a28c55ac1c02330dd92f /pkgs/tools/security/ccid
parent3ca855084a6a016c5d5e361a544025a1d860afdd (diff)
ccid: 1.5.0 -> 1.5.1
Diffstat (limited to 'pkgs/tools/security/ccid')
-rw-r--r--pkgs/tools/security/ccid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/ccid/default.nix b/pkgs/tools/security/ccid/default.nix
index b8d0baf5a55dc..761c91ed46e12 100644
--- a/pkgs/tools/security/ccid/default.nix
+++ b/pkgs/tools/security/ccid/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ccid";
-  version = "1.5.0";
+  version = "1.5.1";
 
   src = fetchurl {
     url = "https://ccid.apdu.fr/files/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-gVSbNCJGnVA5ltA6Ou0u8TdbNZFn8Q1mvp44ROcpMi4=";
+    sha256 = "sha256-56eMOY7A1hek+YuscNW2T3hokoTdCuh9RpLihX8Rc3c=";
   };
 
   postPatch = ''