opensc: 0.21.0 -> 0.22.0

This commit is contained in:
Michael Adler 2021-08-10 12:23:56 +02:00 committed by erictapen
parent 1eea388646
commit 642b36cb7a

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "opensc";
version = "0.21.0";
version = "0.22.0";
src = fetchFromGitHub {
owner = "OpenSC";
repo = "OpenSC";
rev = version;
sha256 = "sha256-OjOfA1pIu8NeN+hPuow5UVMKsg0PrsLojw5h05/Qm+o=";
sha256 = "sha256-0IFpiG1SJq4cpS5z6kwpWSPVWjO0q0SHs+doD2vbUKs=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];