eid-viewer: 4.0.7-195-tcm406-258907 -> 4.1.4-v4.1.4-tcm406-270732
This commit is contained in:
parent
a11187eaf8
commit
03b09e7cd4
@ -2,14 +2,15 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
# TODO: find out what the version components actually mean, if anything:
|
# TODO: find out what the version components actually mean, if anything:
|
||||||
package = "eid-viewer-4.0.7-195";
|
major = "4.1.4-v4.1.4";
|
||||||
build = "tcm406-258907";
|
minor = "tcm406-270732";
|
||||||
|
version = "${major}-${minor}";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "${package}-${build}";
|
name = "eid-viewer-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://eid.belgium.be/en/binaries/${package}.src.tar_${build}.gz";
|
url = "http://eid.belgium.be/en/binaries/eid-viewer-${major}.src.tar_${minor}.gz";
|
||||||
sha256 = "e263e6751ef7c185e278a607fdc46c207306d9a56c6ddb2ce6f58fb4464a2893";
|
sha256 = "06kda45y7c3wvvqby153zcasgz4jibjypv8gvfwvrwvn4ag2z934";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ jre pcsclite ];
|
buildInputs = [ jre pcsclite ];
|
||||||
@ -32,6 +33,7 @@ in stdenv.mkDerivation rec {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
inherit version;
|
||||||
description = "Belgian electronic identity card (eID) viewer";
|
description = "Belgian electronic identity card (eID) viewer";
|
||||||
homepage = http://eid.belgium.be/en/using_your_eid/installing_the_eid_software/linux/;
|
homepage = http://eid.belgium.be/en/using_your_eid/installing_the_eid_software/linux/;
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user