flexget: 3.3.25 -> 3.3.26

This commit is contained in:
R. Ryantm
2022-09-10 11:41:41 +00:00
parent 34fde40edd
commit 3afff7f75c
@@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.3.25";
version = "3.3.26";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-kfpri6AFNb9GcAIDVhFV1uSDSNNSopReWRKuvWifcTU=";
hash = "sha256-5THgUOQv9gPUh9emWiBs/tSNsOX4ZVh+jvKEpWsy05w=";
};
postPatch = ''