summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-12-12 12:00:27 +0100
committerGitHub <noreply@github.com>2022-12-12 12:00:27 +0100
commit98504866cfb957d4c19cc5c1a6e9a2d0011f8ed3 (patch)
treea186d49eb160c1d95577ce7fc8a504aad902c3a4 /pkgs
parent840cb97b95538076ed079c62f22c5380c9d8e5f6 (diff)
parent94166d15c1604484506b55c1cf84225df5dab7b1 (diff)
Merge pull request #205740 from r-ryantm/auto-update/flexget
flexget: 3.5.9 -> 3.5.10
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/flexget/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index 30d6666c05dc..04be5713c9bf 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -5,7 +5,7 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
- version = "3.5.9";
+ version = "3.5.10";
format = "pyproject";
# Fetch from GitHub in order to use `requirements.in`
@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
- hash = "sha256-oxWN+gFjy/Kf447SBiD7oUTA9+JhmtQ2oaAMQESsGUs=";
+ hash = "sha256-vxwhqbupXr0Kj3+HeXBrI2pfvr+ClaVlCblva+gq0/k=";
};
postPatch = ''
@@ -72,6 +72,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
homepage = "https://flexget.com/";
+ changelog = "https://github.com/Flexget/Flexget/releases/tag/v${version}";
description = "Multipurpose automation tool for all of your media";
license = licenses.mit;
maintainers = with maintainers; [ marsam ];