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

ccid: 1.4.34 -> 1.4.35
This commit is contained in:
Ben Siraphob 2021-07-27 01:55:26 +07:00 committed by GitHub
commit cbba0936b4
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.34";
version = "1.4.35";
src = fetchurl {
url = "https://ccid.apdu.fr/files/${pname}-${version}.tar.bz2";
sha256 = "sha256-5vdkW1mpooROtLGn7/USlg1/BKRlSvAvf9L4re1dtAo=";
sha256 = "sha256-fD4qeSTt2nIhicpXyNHP+lHn+TVKI+ga7NnRro2XEMo=";
};
postPatch = ''