Skip to content

Commit

Permalink
yubico-piv-tool: 1.4.4 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonxy authored and bjornfor committed Dec 13, 2017
1 parent 7550fd1 commit 3ec3de2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/misc/yubico-piv-tool/default.nix
@@ -1,15 +1,15 @@
{ stdenv, fetchurl, pkgconfig, openssl, pcsclite }:
{ stdenv, fetchurl, pkgconfig, openssl, pcsclite, check }:

stdenv.mkDerivation rec {
name = "yubico-piv-tool-1.4.4";
name = "yubico-piv-tool-1.5.0";

src = fetchurl {
url = "https://developers.yubico.com/yubico-piv-tool/Releases/${name}.tar.gz";
sha256 = "0s9pib3g4lmxw9rjjd5h3ad401150kb1wqrzf8w1bq79g0zsq3mb";
sha256 = "1axa0lnky5gsc8yack6mpfbjh49z0czr1cv52gbgjnx2kcbpb0y1";
};

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl pcsclite ];
buildInputs = [ openssl pcsclite check ];

configureFlags = [ "--with-backend=pcsc" ];

Expand Down

0 comments on commit 3ec3de2

Please sign in to comment.