Commit cb57fa53 authored by R. RyanTM's avatar R. RyanTM
Browse files

flexget: 3.17.6 -> 3.17.11

parent e1b788a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "flexget";
  version = "3.17.6";
  version = "3.17.11";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Flexget";
    repo = "Flexget";
    tag = "v${version}";
    hash = "sha256-E0ytB30tiJgmdfpJ+KCy67enqmfZT7HjoZHlqtRQWsQ=";
    hash = "sha256-Qfq6TXSNAnIq8m3I7noFe6pIq6PmUTQKUjN+ZC4NxyU=";
  };

  pythonRelaxDeps = true;