flexget: 3.3.6 -> 3.3.8

This commit is contained in:
Mario Rodas 2022-04-04 04:20:00 +00:00
parent 266737e76e
commit a73514572f

View File

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.3.6";
version = "3.3.8";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "v${version}";
hash = "sha256-2CMDNSYJOhLS2ZUj7WCCirWI6Vlc5QheqYfq29imjcE=";
hash = "sha256-ZGs5ixNcrkoZ4TRVuIUeNF1FNJwKpYElNv6oPhGiEmU=";
};
postPatch = ''