summary refs log tree commit diff
path: root/pkgs/tools/security/pcsc-cyberjack
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-09-27 04:13:59 +0200
committeraszlig <aszlig@nix.build>2018-09-27 04:30:19 +0200
commitf37f34e3dc945d0f6b3f6cf0eabf0ea4b12a7071 (patch)
tree3765932fbc0af93d492daf5d3125c62c76bf9134 /pkgs/tools/security/pcsc-cyberjack
parentaf48e5783a11091e73c43be7722aa7a3ca51ff8c (diff)
downloadnixpkgs-f37f34e3dc945d0f6b3f6cf0eabf0ea4b12a7071.tar
nixpkgs-f37f34e3dc945d0f6b3f6cf0eabf0ea4b12a7071.tar.gz
nixpkgs-f37f34e3dc945d0f6b3f6cf0eabf0ea4b12a7071.tar.bz2
nixpkgs-f37f34e3dc945d0f6b3f6cf0eabf0ea4b12a7071.tar.lz
nixpkgs-f37f34e3dc945d0f6b3f6cf0eabf0ea4b12a7071.tar.xz
nixpkgs-f37f34e3dc945d0f6b3f6cf0eabf0ea4b12a7071.tar.zst
nixpkgs-f37f34e3dc945d0f6b3f6cf0eabf0ea4b12a7071.zip
pcsc-cyberjack: 3.99.5_SP09 -> 3.99.5_SP12
3.99.5_SP12:

  * Add support for cyberJack one MF

3.99.5_SP11:

  * Add support for cyberJack one

3.99.5_SP10:

  * Add support for SHUReader and SISReader
  * Update to the Reiner-SCT repository rev cyberJack@1305

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/tools/security/pcsc-cyberjack')
-rw-r--r--pkgs/tools/security/pcsc-cyberjack/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pcsc-cyberjack/default.nix b/pkgs/tools/security/pcsc-cyberjack/default.nix
index b74905b6e7e..7d7c8ef4971 100644
--- a/pkgs/tools/security/pcsc-cyberjack/default.nix
+++ b/pkgs/tools/security/pcsc-cyberjack/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   name = "pcsc-cyberjack-${version}";
-  version = "3.99.5_SP09";
+  version = "3.99.5_SP12";
 
   src = with stdenv.lib; let
     splittedVer = splitString "_" version;
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   in fetchurl {
     url = "http://support.reiner-sct.de/downloads/LINUX/V${version}"
         + "/pcsc-cyberjack-${tarballVersion}.tar.bz2";
-    sha256 = "1m1r26q0k2hrxfi73j4v25qfh20x4b1hcbcpgjgv7qxa33dbi30z";
+    sha256 = "04pkmybal56s5xnjld09vl1s1h6qf8mvhm41b758d6hi240kgp1j";
   };
 
   nativeBuildInputs = [ pkgconfig ];