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 }:
|
{ lib, stdenv, fetchurl, pkg-config, gwenhywfar, pcsclite, zlib }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit ((import ./sources.nix).libchipcard) sha256 releaseId version;
|
inherit ((import ./sources.nix).libchipcard) hash releaseId version;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "libchipcard";
|
pname = "libchipcard";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.aquamaniac.de/rdm/attachments/download/${releaseId}/${pname}-${version}.tar.gz";
|
url = "https://www.aquamaniac.de/rdm/attachments/download/${releaseId}/${pname}-${version}.tar.gz";
|
||||||
inherit sha256;
|
inherit hash;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
@ -17,8 +17,6 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
makeFlags = [ "crypttokenplugindir=$(out)/lib/gwenhywfar/plugins/ct" ];
|
makeFlags = [ "crypttokenplugindir=$(out)/lib/gwenhywfar/plugins/ct" ];
|
||||||
|
|
||||||
configureFlags = [ "--with-gwen-dir=${gwenhywfar}" ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Library for access to chipcards";
|
description = "Library for access to chipcards";
|
||||||
homepage = "https://www.aquamaniac.de/rdm/projects/libchipcard";
|
homepage = "https://www.aquamaniac.de/rdm/projects/libchipcard";
|
||||||
|
@ -2,9 +2,13 @@
|
|||||||
gwenhywfar.version = "5.6.0";
|
gwenhywfar.version = "5.6.0";
|
||||||
gwenhywfar.sha256 = "1isbj4a7vdgagp3kkvx2pjcjy8lba6kzjr11fmr06aci1694dbsp";
|
gwenhywfar.sha256 = "1isbj4a7vdgagp3kkvx2pjcjy8lba6kzjr11fmr06aci1694dbsp";
|
||||||
gwenhywfar.releaseId = "364";
|
gwenhywfar.releaseId = "364";
|
||||||
libchipcard.version = "5.0.4";
|
|
||||||
libchipcard.sha256 = "0fj2h39ll4kiv28ch8qgzdbdbnzs8gl812qnm660bw89rynpjnnj";
|
# https://www.aquamaniac.de/rdm/projects/libchipcard/files
|
||||||
libchipcard.releaseId = "158";
|
libchipcard = {
|
||||||
|
version = "5.1.6";
|
||||||
|
hash = "sha256-bAf1J0F/dWIHT5kBLaTRHrTbr9M/SeZrRCzNbjuM/SA=";
|
||||||
|
releaseId = "382";
|
||||||
|
};
|
||||||
|
|
||||||
# https://www.aquamaniac.de/rdm/projects/aqbanking/files
|
# https://www.aquamaniac.de/rdm/projects/aqbanking/files
|
||||||
aqbanking = {
|
aqbanking = {
|
||||||
|
Loading…
Reference in New Issue
Block a user