summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/ccid
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-03 04:27:58 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-03 04:27:58 +0000
commitada8a01fce7e65b305aa33f4a859838e2e6fbb78 (patch)
treeabb94df2344e9f6f82f8218658e10d17f9f0a1d8 /pkgs/tools/security/ccid
parenta54cd1cace0d063393ff0e57d8555bc0c51ef441 (diff)
ccid: 1.4.32 -> 1.4.33
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 e74e1b61438a..b7f408e748fd 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.4.32";
+ version = "1.4.33";
src = fetchurl {
url = "https://ccid.apdu.fr/files/${pname}-${version}.tar.bz2";
- sha256 = "0f8nzk7379ip4x2ii5vn6h67jyx733pq0ywnnsj2llbxi2vllpsl";
+ sha256 = "0974h2v9wq0j0ajw3c7yckaw8wqcppb2npfhfhmv9phijy9xlmjj";
};
postPatch = ''