mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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>
This commit is contained in:
parent
af48e5783a
commit
f37f34e3dc
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user