Merge pull request #240971 from flokli/pcsc-cyberjack-bump

pcsc-cyberjack: 3.99.5_SP13 -> 3.99.5_SP15
This commit is contained in:
Florian Klink 2023-07-02 12:25:22 +03:00 committed by GitHub
commit b6a297900a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,18 @@
let
version = "3.99.5";
suffix = "SP13";
suffix = "SP15";
tarBall = "${version}final.${suffix}";
in stdenv.mkDerivation rec {
in
stdenv.mkDerivation rec {
pname = "pcsc-cyberjack";
inherit version;
src = fetchurl {
url =
"http://support.reiner-sct.de/downloads/LINUX/V${version}_${suffix}/${pname}_${tarBall}.tar.gz";
sha256 = "1lx4bfz4riz7j77sl65akyxzww0ygm63w0c1b75knr1pijlv8d3b";
"https://support.reiner-sct.de/downloads/LINUX/V${version}_${suffix}/${pname}_${tarBall}.tar.bz2";
sha256 = "sha256-rLfCgyRQcYdWcTdnxLPvUAgy1lLtUbNRELkQsR69Rno=";
};
outputs = [ "out" "tools" ];
@ -36,7 +37,7 @@ in stdenv.mkDerivation rec {
description = "REINER SCT cyberJack USB chipcard reader user space driver";
homepage = "https://www.reiner-sct.com/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ aszlig ];
maintainers = with maintainers; [ aszlig flokli ];
platforms = platforms.linux;
};
}