Commit 3afcabae authored by R. RyanTM's avatar R. RyanTM
Browse files

ansible-doctor: 8.2.1 -> 8.2.2

parent 4d835ee4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "ansible-doctor";
  version = "8.2.1";
  version = "8.2.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "thegeeklab";
    repo = "ansible-doctor";
    tag = "v${finalAttrs.version}";
    hash = "sha256-cD5X2UuH8w987bMdl3fNgh79oMERuQwIqIFRT1E506Y=";
    hash = "sha256-gezpY5iaFxNcngAyUnlVRPGo33zUgjdsm2zFlfWUWfA=";
  };

  build-system = with python3Packages; [