libchipcard: 5.0.4 -> 5.1.6

This commit is contained in:
Martin Weinelt 2022-07-10 19:38:48 +02:00
parent 1e68a02e4a
commit 81804181d1
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 9 additions and 7 deletions

View file

@ -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";

View file

@ -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 = {