Merge pull request #92131 from r-ryantm/auto-update/ccid

ccid: 1.4.32 -> 1.4.33
This commit is contained in:
Mario Rodas 2020-07-03 07:46:02 -05:00 committed by GitHub
commit 29c286d994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''