Unverified Commit 47d23364 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ansible-doctor: 8.2.2 -> 8.3.0 (#505747)

parents dc1b8f17 47c7c5d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

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

  src = fetchFromGitHub {
    owner = "thegeeklab";
    repo = "ansible-doctor";
    tag = "v${finalAttrs.version}";
    hash = "sha256-gezpY5iaFxNcngAyUnlVRPGo33zUgjdsm2zFlfWUWfA=";
    hash = "sha256-lwN6pMKysycMOqVRNrK8+dgGfrsRF2B2EW1Kby0l/0I=";
  };

  build-system = with python3Packages; [