Skip to content

Commit

Permalink
flexget: 3.13.25 -> 3.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 15, 2025
1 parent 866edf5 commit 2d9957c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fl/flexget/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 ];
Expand Down

0 comments on commit 2d9957c

Please sign in to comment.