Merge pull request #322907 from afh/update-yubikey-manager

yubikey-manager: 5.4.0 -> 5.5.1
This commit is contained in:
lassulus 2024-07-04 10:41:22 +02:00 committed by GitHub
commit 10d7234778
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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