Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-31 18:27:42 +00:00
committed by GitHub
101 changed files with 717 additions and 326 deletions
+2 -2
View File
@@ -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 = ''