pcsc-tools: 1.7.3 -> 1.7.4 (#491270)

This commit is contained in:
Nick Cao
2026-02-17 21:53:44 +00:00
committed by GitHub
+2 -2
View File
@@ -27,13 +27,13 @@ assert systemdSupport -> dbusSupport;
stdenv.mkDerivation (finalAttrs: {
pname = "pcsc-tools";
version = "1.7.3";
version = "1.7.4";
src = fetchFromGitHub {
owner = "LudovicRousseau";
repo = "pcsc-tools";
tag = finalAttrs.version;
hash = "sha256-pNTEiXAcT0NivDMIHGI+0VC9rKqLMc07yQB15mDWZhM=";
hash = "sha256-LSu+s/XcO4wM3Yvc1G/70ak+4KW+wKQ9dRm9Fdm+NsE=";
};
configureFlags = [