opensc: 0.14.0 -> 0.15.0

This commit is contained in:
William A. Kennington III 2015-06-18 22:59:38 -07:00
parent dbed487998
commit 588d20ea39

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "opensc-${version}";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "OpenSC";
repo = "OpenSC";
rev = version;
sha256 = "02q3rndcfd7lga1ph0xcl556rgigzpp9bpwqyn42rfbx8lll7gzv";
sha256 = "16y3ryx606nry2li05hm88bllrragdj3sfl3yh7pf71777n4lsk4";
};
postPatch = ''
@ -37,6 +37,10 @@ stdenv.mkDerivation rec {
"--with-pcsc-provider=${pcsclite}/lib/libpcsclite.so"
];
installFlags = [
"sysconfdir=\${out}/etc"
];
meta = with stdenv.lib; {
description = "Set of libraries and utilities to access smart cards";
homepage = https://github.com/OpenSC/OpenSC/wiki;