Skip to content

Commit

Permalink
Merge pull request #333001 from r-ryantm/auto-update/flexget
Browse files Browse the repository at this point in the history
flexget: 3.11.41 -> 3.11.42
  • Loading branch information
NickCao committed Aug 7, 2024
2 parents 541b7d8 + cf49b1b commit 94cf70a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fl/flexget/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

python3.pkgs.buildPythonApplication rec {
pname = "flexget";
version = "3.11.41";
version = "3.11.42";
pyproject = true;

# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
rev = "refs/tags/v${version}";
hash = "sha256-ZSqkD53fdDnKulVPgM9NWXVFXDR0sZ94mRyV1iKS87o=";
hash = "sha256-wDZXSQlIE1qQz463roHp3jepSFMZGSJAPOhKpuXTmG8=";
};

postPatch = ''
Expand Down

0 comments on commit 94cf70a

Please sign in to comment.