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

yubikey-manager: 5.1.1 -> 5.2.0
This commit is contained in:
Lassulus 2023-08-21 22:36:11 +02:00 committed by GitHub
commit 177a39ee23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
python3Packages.buildPythonPackage rec {
pname = "yubikey-manager";
version = "5.1.1";
version = "5.2.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "Yubico";
repo = "yubikey-manager";
rev = version;
hash = "sha256-rF1oOhlZP1EKiqErJ4L/otkoEvW0iA2P4g5MWCKrCO4=";
hash = "sha256-33Y2adUuGIDi5gdenkwZJKKKk2NtcHwLzxy1NXhBa9M=";
};
postPatch = ''