mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
libchipcard: 5.0.4 -> 5.1.6
This commit is contained in:
parent
1e68a02e4a
commit
81804181d1
@ -1,14 +1,14 @@
|
||||
{ lib, stdenv, fetchurl, pkg-config, gwenhywfar, pcsclite, zlib }:
|
||||
|
||||
let
|
||||
inherit ((import ./sources.nix).libchipcard) sha256 releaseId version;
|
||||
inherit ((import ./sources.nix).libchipcard) hash releaseId version;
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "libchipcard";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.aquamaniac.de/rdm/attachments/download/${releaseId}/${pname}-${version}.tar.gz";
|
||||
inherit sha256;
|
||||
inherit hash;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
@ -17,8 +17,6 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [ "crypttokenplugindir=$(out)/lib/gwenhywfar/plugins/ct" ];
|
||||
|
||||
configureFlags = [ "--with-gwen-dir=${gwenhywfar}" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library for access to chipcards";
|
||||
homepage = "https://www.aquamaniac.de/rdm/projects/libchipcard";
|
||||
|
@ -2,9 +2,13 @@
|
||||
gwenhywfar.version = "5.6.0";
|
||||
gwenhywfar.sha256 = "1isbj4a7vdgagp3kkvx2pjcjy8lba6kzjr11fmr06aci1694dbsp";
|
||||
gwenhywfar.releaseId = "364";
|
||||
libchipcard.version = "5.0.4";
|
||||
libchipcard.sha256 = "0fj2h39ll4kiv28ch8qgzdbdbnzs8gl812qnm660bw89rynpjnnj";
|
||||
libchipcard.releaseId = "158";
|
||||
|
||||
# https://www.aquamaniac.de/rdm/projects/libchipcard/files
|
||||
libchipcard = {
|
||||
version = "5.1.6";
|
||||
hash = "sha256-bAf1J0F/dWIHT5kBLaTRHrTbr9M/SeZrRCzNbjuM/SA=";
|
||||
releaseId = "382";
|
||||
};
|
||||
|
||||
# https://www.aquamaniac.de/rdm/projects/aqbanking/files
|
||||
aqbanking = {
|
||||
|
Loading…
Reference in New Issue
Block a user