Commit 74e50e8d authored by Alexis Hildebrandt's avatar Alexis Hildebrandt
Browse files

yubikey-manager: 5.2.0 -> 5.2.1

parent 0ccfba07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonPackage rec {
  pname = "yubikey-manager";
  version = "5.2.0";
  version = "5.2.1";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "Yubico";
    repo = "yubikey-manager";
    rev = version;
    hash = "sha256-33Y2adUuGIDi5gdenkwZJKKKk2NtcHwLzxy1NXhBa9M=";
    hash = "sha256-CUe/oB/+Hq9evnLwl8r0k5ObhI3vDt7oX79+20yMfjY=";
  };

  postPatch = ''