Skip to content

Commit

Permalink
Merge pull request #157806 from r-ryantm/auto-update/python3.9-yubike…
Browse files Browse the repository at this point in the history
…y-manager

yubikey-manager: 4.0.7 -> 4.0.8
  • Loading branch information
Mic92 authored Feb 2, 2022
2 parents a152f90 + 1f90ac2 commit 554d2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/yubikey-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

python3Packages.buildPythonPackage rec {
pname = "yubikey-manager";
version = "4.0.7";
version = "4.0.8";
format = "pyproject";

src = fetchFromGitHub {
repo = "yubikey-manager";
rev = version;
owner = "Yubico";
sha256 = "sha256-PG/mIM1rcs1SAz2kfQtfUWoMBIwLz2ASZM0YQrz9w5I=";
sha256 = "sha256-OszXOu/NhoX4WutsT4Z1LsY54KTOWRKt13yDo2fzDbA=";
};

postPatch = ''
Expand Down

0 comments on commit 554d2d8

Please sign in to comment.