yubikey-manager: 5.5.1 -> 5.6.1

This commit is contained in:
Alexis Hildebrandt 2025-03-12 16:08:07 +01:00
parent 41c7225648
commit 0ce6f5eb49

View File

@ -9,14 +9,14 @@
python3Packages.buildPythonPackage rec {
pname = "yubikey-manager";
version = "5.5.1";
version = "5.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Yubico";
repo = "yubikey-manager";
rev = version;
hash = "sha256-m/B5G83XZROoCNq/ZT0U0MUth2IC99e3LWc8FcOq1ig=";
hash = "sha256-qEEAByg6Smn1Wk8U4VA6MIJDLWBtM+S+qTDIcgPUGA0=";
};
postPatch = ''