1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #46929 from r-ryantm/auto-update/yubico-piv-tool

yubico-piv-tool: 1.6.1 -> 1.6.2
This commit is contained in:
Matthew Bauer 2018-09-29 00:45:35 -05:00 committed by GitHub
commit 10abac9d8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, openssl, pcsclite, check }:
stdenv.mkDerivation rec {
name = "yubico-piv-tool-1.6.1";
name = "yubico-piv-tool-1.6.2";
src = fetchurl {
url = "https://developers.yubico.com/yubico-piv-tool/Releases/${name}.tar.gz";
sha256 = "10xgdc51xvszkxmsvqnbjs8ixxz7rfnfahh3wn8glllynmszbhwi";
sha256 = "06r3vxgj7qrk8si7khjy696sm45h3w9d0rrrj0hyswalqzavqqga";
};
nativeBuildInputs = [ pkgconfig ];