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

opensc: 0.17.0 -> 0.18.0
This commit is contained in:
adisbladis 2018-05-17 20:46:42 +08:00 committed by GitHub
commit 450f49be52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
name = "opensc-${version}";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "OpenSC";
repo = "OpenSC";
rev = version;
sha256 = "1mgcf698zhpqzamd52547scdws7mhdva377kc3chpr455n0mw8g0";
sha256 = "1shwx1rkmnygk2dp0q8pbvnxcg96bn570vch9yq34gs42ryskihf";
};
nativeBuildInputs = [ pkgconfig ];