opensc: 0.18.0 -> 0.19.0

This commit is contained in:
Ignat Loskutov 2018-10-22 11:58:58 +03:00
parent b71389aefb
commit d2c53295f4

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "opensc-${version}"; name = "opensc-${version}";
version = "0.18.0"; version = "0.19.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "OpenSC"; owner = "OpenSC";
repo = "OpenSC"; repo = "OpenSC";
rev = version; rev = version;
sha256 = "1shwx1rkmnygk2dp0q8pbvnxcg96bn570vch9yq34gs42ryskihf"; sha256 = "10575gb9l38cskq7swyjp0907wlziyxg4ppq33ndz319dsx69d87";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
installFlags = [ installFlags = [
"sysconfdir=$(out)/etc" "sysconfdir=$(out)/etc"
"completiondir=$(out)/etc"
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {