summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2021-01-31 13:55:25 +0100
committerGitHub <noreply@github.com>2021-01-31 13:55:25 +0100
commitd76b5b0d59975dc4d545c0051d93185bd6c4d181 (patch)
tree68edd00d3d5f9c5f1fb9ada0bff36e8c639717bd
parent54e7528009441d5cbbf3d49600c60a32b37484cb (diff)
parent6275b4f54e4a41e8834a2a10fc8a0ae9bc24cd2d (diff)
Merge pull request #111162 from r-ryantm/auto-update/ccid
ccid: 1.4.33 -> 1.4.34
-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 b20b513ac282..e715cf504185 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.33";
+ version = "1.4.34";
src = fetchurl {
url = "https://ccid.apdu.fr/files/${pname}-${version}.tar.bz2";
- sha256 = "0974h2v9wq0j0ajw3c7yckaw8wqcppb2npfhfhmv9phijy9xlmjj";
+ sha256 = "sha256-5vdkW1mpooROtLGn7/USlg1/BKRlSvAvf9L4re1dtAo=";
};
postPatch = ''