about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-18 08:01:59 -0500
committerGitHub <noreply@github.com>2022-11-18 08:01:59 -0500
commitd01f831514d437363f5adc79b7b13155ed6b0989 (patch)
treee9283da0a36addb0a0e4a8c573e8bbebc191afb7
parent512130c735133739a633e21f2d641e129b183eba (diff)
parent5fcbc58784a6f7332c917f81f95d50064d0eae26 (diff)
Merge pull request #201738 from r-ryantm/auto-update/ccid
ccid: 1.5.0 -> 1.5.1
-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 = ''