Merge pull request #301842 from r-ryantm/auto-update/opensc

opensc: 0.25.0 -> 0.25.1
This commit is contained in:
Weijia Wang 2024-04-11 05:14:55 +02:00 committed by GitHub
commit aac53100f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "opensc";
version = "0.25.0";
version = "0.25.1";
src = fetchFromGitHub {
owner = "OpenSC";
repo = "OpenSC";
rev = version;
sha256 = "sha256-pNorJiZzLGpxtlkog2d3E9xePMy9ASoHeWduqVZiBiA=";
sha256 = "sha256-Ktvp/9Hca87qWmDlQhFzvWsr7TvNpIAvOFS+4zTZbB8=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];