Unverified Commit 21227d10 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

ansible-doctor: 7.2.0 -> 7.2.1 (#446784)

parents f442a6af ebdfa26a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
  pname = "ansible-doctor";
  version = "7.2.0";
  version = "7.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "thegeeklab";
    repo = "ansible-doctor";
    tag = "v${version}";
    hash = "sha256-7SGnbcaufKWBDq5Na+s+X8RGRskl1Q1bh0xelT/IQXU=";
    hash = "sha256-2cJ1wV3hqoqSvLq3c7/J5nh1GTTcj9sexRhX3hfPoTc=";
  };

  build-system = with python3Packages; [