From bfc9a4c3405972a84c50893c680bf8eff789a0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 22 Jan 2026 17:27:26 +0100 Subject: [PATCH] yubikey-manager: 5.8.0 -> 5.9.0 Diff: https://github.com/Yubico/yubikey-manager/compare/5.8.0...5.9.0 Changelog: https://github.com/Yubico/yubikey-manager/releases/tag/5.9.0 --- pkgs/by-name/yu/yubikey-manager/package.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/yu/yubikey-manager/package.nix b/pkgs/by-name/yu/yubikey-manager/package.nix index ad133173372f..3eb8a6065979 100644 --- a/pkgs/by-name/yu/yubikey-manager/package.nix +++ b/pkgs/by-name/yu/yubikey-manager/package.nix @@ -9,14 +9,14 @@ python3Packages.buildPythonPackage rec { pname = "yubikey-manager"; - version = "5.8.0"; + version = "5.9.0"; pyproject = true; src = fetchFromGitHub { owner = "Yubico"; repo = "yubikey-manager"; tag = version; - hash = "sha256-Z3krdKP6hhhIxN7nl/k5r30jFVC0kZK9Z6Aqllp/KrA="; + hash = "sha256-8SWuhuFeMRIskJRxeb67gA3gdhSDf/vnrYHra6t71Bc="; }; postPatch = '' @@ -33,11 +33,12 @@ python3Packages.buildPythonPackage rec { ]; dependencies = with python3Packages; [ - cryptography - pyscard - fido2 click + cryptography + fido2 keyring + pyscard + python-pskc ]; postInstall = '' @@ -50,8 +51,9 @@ python3Packages.buildPythonPackage rec { ''; nativeCheckInputs = with python3Packages; [ - pytestCheckHook + astroid makefun + pytestCheckHook ]; meta = {