pcsc-tools: 1.7.2 -> 1.7.3 (#394432)

This commit is contained in:
Wolfgang Walther 2025-04-06 15:55:30 +00:00 committed by GitHub
commit 9e5a5f4faa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,13 +28,13 @@ assert systemdSupport -> dbusSupport;
stdenv.mkDerivation (finalAttrs: {
pname = "pcsc-tools";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "LudovicRousseau";
repo = "pcsc-tools";
tag = finalAttrs.version;
hash = "sha256-5a3sVcFEFzBkbRKUqlCPV7sL3O17G7hDVpxLpAWofdE=";
hash = "sha256-pNTEiXAcT0NivDMIHGI+0VC9rKqLMc07yQB15mDWZhM=";
};
configureFlags = [