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

ccid: 1.5.1 -> 1.5.2
This commit is contained in:
Weijia Wang 2023-03-24 20:38:12 +02:00 committed by GitHub
commit c1a7d29667
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.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 = ''