summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-07-19 13:35:59 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2024-07-19 13:35:59 +0200
commit3b2f19accf9fa07bf108ba06884eb920aa97d019 (patch)
tree261217c3b133e1671f19c1f1781d0007b71dd3dd /pkgs/applications/networking/flexget
parent6fce24ec9c0df8e4e1547086e6452c127f508107 (diff)
flexget: 3.11.40 -> 3.11.41
Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.11.41
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 a61a143aef81..26ea275144a7 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -12,7 +12,7 @@ in
python.pkgs.buildPythonApplication rec {
pname = "flexget";
- version = "3.11.40";
+ version = "3.11.41";
pyproject = true;
# Fetch from GitHub in order to use `requirements.in`
@@ -20,7 +20,7 @@ python.pkgs.buildPythonApplication rec {
owner = "Flexget";
repo = "Flexget";
rev = "refs/tags/v${version}";
- hash = "sha256-96f6NrU928BhhHZmA2vHIhOrczL6AifKvKcdxoV3ihI=";
+ hash = "sha256-ZSqkD53fdDnKulVPgM9NWXVFXDR0sZ94mRyV1iKS87o=";
};
postPatch = ''