pcsc-tools: 1.7.2 -> 1.7.3

This commit is contained in:
R. Ryantm
2025-03-29 20:56:03 +00:00
parent 0a5d47a772
commit 5b226fc802
+2 -2
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 = [