Merge pull request #271482 from ereslibre/fix-pkcs11helper

pkcs11helper: 1.29.0 -> 1.30.0
This commit is contained in:
Thomas Gerbet 2023-12-04 22:24:42 +01:00 committed by GitHub
commit aa51f78737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pkcs11-helper";
version = "1.29.0";
version = "1.30.0";
src = fetchFromGitHub {
owner = "OpenSC";
repo = "pkcs11-helper";
rev = "${pname}-${version}";
sha256 = "sha256-HPaPmsCJ81NaS7mgRGbR7KFG6AM3s6HXdWKdfREhcLc=";
hash = "sha256-FP3y/YHsPPqey4QfxIiC4QjruuK1K2Bg+2QL2gXDT+k=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];