mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
yubico-piv-tool: 1.6.1 -> 1.6.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/yubico-piv-tool/versions
This commit is contained in:
parent
35378f0141
commit
b8e2d28fa7
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, openssl, pcsclite, check }:
|
{ stdenv, fetchurl, pkgconfig, openssl, pcsclite, check }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "yubico-piv-tool-1.6.1";
|
name = "yubico-piv-tool-1.6.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://developers.yubico.com/yubico-piv-tool/Releases/${name}.tar.gz";
|
url = "https://developers.yubico.com/yubico-piv-tool/Releases/${name}.tar.gz";
|
||||||
sha256 = "10xgdc51xvszkxmsvqnbjs8ixxz7rfnfahh3wn8glllynmszbhwi";
|
sha256 = "06r3vxgj7qrk8si7khjy696sm45h3w9d0rrrj0hyswalqzavqqga";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Loading…
Reference in a new issue