Merge pull request #174142 from r-ryantm/auto-update/flexget

flexget: 3.3.11 -> 3.3.12
This commit is contained in:
Fabian Affolter
2022-05-23 21:32:02 +02:00
committed by GitHub
@@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.3.11";
version = "3.3.12";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-nmGGGzqsce9agAPmE+xJ6/jv2avWlSDhaQr2PxptYcQ=";
hash = "sha256-DrM2925PcNuwJooq9qGHgIq64JWHb7byDeaeVsWgEjc=";
};
postPatch = ''