yubikey-manager: 5.5.1 -> 5.6.1 (#389257)

This commit is contained in:
Sandro
2025-03-23 12:03:43 +01:00
committed by GitHub
+2 -2
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 = ''