Commit 2d9957c1 authored by R. RyanTM's avatar R. RyanTM
Browse files

flexget: 3.13.25 -> 3.15.7

parent 866edf51
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "flexget";
  version = "3.13.25";
  version = "3.15.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Flexget";
    repo = "Flexget";
    tag = "v${version}";
    hash = "sha256-4VDMVJPzp6mCiO092iRn9e/3Jed3g29tLZa+TNYkYoI=";
    hash = "sha256-vMg4HimS+/QSbuwwVfKAroux8VHrKsm1wPGZDWN33g8=";
  };

  pythonRelaxDeps = true;
@@ -157,7 +157,7 @@ python3Packages.buildPythonApplication rec {

  meta = {
    homepage = "https://flexget.com/";
    changelog = "https://github.com/Flexget/Flexget/releases/tag/v${version}";
    changelog = "https://github.com/Flexget/Flexget/releases/tag/${src.tag}";
    description = "Multipurpose automation tool for all of your media";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ pbsds ];