ccid: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm 2025-03-19 19:24:12 +00:00
parent c4019a4b95
commit c021d09d1d

View file

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "ccid";
version = "1.6.1";
version = "1.6.2";
src = fetchurl {
url = "https://ccid.apdu.fr/files/${pname}-${version}.tar.xz";
hash = "sha256-LsqPsH6P58DTna6sp7l81zxA7Ztyc4okrT3L38kY4eo=";
hash = "sha256-QZWEEJUBV+Yi+dkcnnjHtwjbdOIvcRkMWB0k0gVk1Ek=";
};
postPatch = ''