about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-21 06:45:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-21 06:45:38 +0000
commitc962b355cd09f6ccbf355a17266235c110c37bc7 (patch)
tree7523e2be278e37f13ac80e7239fc1ffa1dea1679 /pkgs/tools/security
parentd3840956451bc76c9e81134b2af21844ddac0ef3 (diff)
ccid: 1.5.1 -> 1.5.2
Diffstat (limited to 'pkgs/tools/security')
-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 761c91ed46e12..821d0a8d6be66 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.1";
+  version = "1.5.2";
 
   src = fetchurl {
     url = "https://ccid.apdu.fr/files/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-56eMOY7A1hek+YuscNW2T3hokoTdCuh9RpLihX8Rc3c=";
+    sha256 = "sha256-E5NEh+b4tI9pmhbTZ8x6GvejyodN5yGsbpYzvrhuchk=";
   };
 
   postPatch = ''