Commit 8a46e144 authored by Mario Rodas's avatar Mario Rodas
Browse files
parent ecaef165
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "flexget";
  version = "3.8.6";
  version = "3.8.7";
  format = "pyproject";

  # Fetch from GitHub in order to use `requirements.in`
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "Flexget";
    repo = "Flexget";
    rev = "refs/tags/v${version}";
    hash = "sha256-KF5d9SjKUkkHoYWmNWNBMe567w2StgEFsZprS+SFw7Y=";
    hash = "sha256-WfOLDTwmHPfg4UkrPC7gvDNJtAorrateQ4W59NmhdHc=";
  };

  postPatch = ''