summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-13 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-13 04:20:00 +0000
commita48c5ea4cc350d37d681e1c4918d9089ff23bf00 (patch)
tree84f40d55f4b09572f95d41ead49fe6c06caae397 /pkgs/applications/networking/flexget
parent8fb28edf7eca2362863aca3e35a1e4f8b5c0ee11 (diff)
flexget: 3.9.7 -> 3.9.9
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.9.7...v3.9.9 Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.9.9
Diffstat (limited to 'pkgs/applications/networking/flexget')
-rw-r--r--pkgs/applications/networking/flexget/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index b6f88f87f481..13b11c4ed5ac 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "flexget";
- version = "3.9.7";
+ version = "3.9.9";
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-UDh5rEcnuoiXjxYZqh0KJXi02M3xjwXGNKhrEBrLtCs=";
+ hash = "sha256-kZ+RHkqmmRd7Ew5u8/SQADzOUa9YwCsj+nmtthCDlDw=";
};
postPatch = ''