3
0
Fork 0
forked from mirrors/nixpkgs

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

flexget: 3.3.12 -> 3.3.13
This commit is contained in:
Mario Rodas 2022-05-25 01:22:52 -05:00 committed by GitHub
commit 263205d42b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.3.12";
version = "3.3.13";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-DrM2925PcNuwJooq9qGHgIq64JWHb7byDeaeVsWgEjc=";
hash = "sha256-QfsHVP2FIp2kn6blKbeerNxUOWXbxpgRkSBGorViVYs=";
};
postPatch = ''