Merge pull request #48813 from loskutov/master

opensc: 0.18.0 -> 0.19.0
This commit is contained in:
Jörg Thalheim 2018-10-24 13:31:41 +01:00 committed by GitHub
commit c9f43a5bb8
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.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "OpenSC";
repo = "OpenSC";
rev = version;
sha256 = "1shwx1rkmnygk2dp0q8pbvnxcg96bn570vch9yq34gs42ryskihf";
sha256 = "10575gb9l38cskq7swyjp0907wlziyxg4ppq33ndz319dsx69d87";
};
nativeBuildInputs = [ pkgconfig ];
@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
installFlags = [
"sysconfdir=$(out)/etc"
"completiondir=$(out)/etc"
];
meta = with stdenv.lib; {