lol

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

flexget: 3.3.37 -> 3.3.38

authored by

Fabian Affolter and committed by
GitHub
dd2351ee 74a20349

+2 -2
+2 -2
pkgs/applications/networking/flexget/default.nix
··· 5 5 6 6 python3Packages.buildPythonApplication rec { 7 7 pname = "flexget"; 8 - version = "3.3.37"; 8 + version = "3.3.38"; 9 9 10 10 # Fetch from GitHub in order to use `requirements.in` 11 11 src = fetchFromGitHub { 12 12 owner = "flexget"; 13 13 repo = "flexget"; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-9rNdl76taviGfy5va3VLmZpqH2nErAMhOg2gQQCfJyI="; 15 + hash = "sha256-mOjI2pN/KEY//+i+2YmLjUqQwv223jYhu+KjPMRPAaw="; 16 16 }; 17 17 18 18 postPatch = ''