Merge pull request #299441 from afh/update-yubikey-manager
yubikey-manager: 5.3.0 -> 5.4.0
This commit is contained in:
commit
a299d72c90
@ -8,14 +8,14 @@
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "yubikey-manager";
|
||||
version = "5.3.0";
|
||||
version = "5.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Yubico";
|
||||
repo = "yubikey-manager";
|
||||
rev = version;
|
||||
hash = "sha256-c5edonnvvGIZ6SJ6+gd2xcAy0/HiAEUEPMGQzOKK2Sw=";
|
||||
hash = "sha256-Rn3iGiiR48EFVAn9BRQ043L8x7WwH7XnazZlVw50IGU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -55,14 +55,14 @@ python3Packages.buildPythonPackage rec {
|
||||
makefun
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://developers.yubico.com/yubikey-manager";
|
||||
changelog = "https://github.com/Yubico/yubikey-manager/releases/tag/${version}";
|
||||
description = "Command line tool for configuring any YubiKey over all USB transports";
|
||||
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ benley lassulus pinpox nickcao ];
|
||||
license = lib.licenses.bsd2;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ benley lassulus pinpox nickcao ];
|
||||
mainProgram = "ykman";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user