Commit 4effb092 authored by R. RyanTM's avatar R. RyanTM
Browse files

flexget: 3.15.38 -> 3.15.42

parent 6f82867e
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.15.38";
  version = "3.15.42";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Flexget";
    repo = "Flexget";
    tag = "v${version}";
    hash = "sha256-quEqpF5oj1FLmQrIS4t3HwS23/m/QH/ZVijlQapt5Mc=";
    hash = "sha256-ON0j5HYNbpHSwTMJgX/xPLjzLZXRDk1YogbhcwugxJE=";
  };

  pythonRelaxDeps = true;