lol

Merge pull request #244481 from marsam/update-flexget

flexget: 3.7.9 -> 3.7.10

authored by

Mario Rodas and committed by
GitHub
7e1e290b ba0d5fa2

+2 -2
+2 -2
pkgs/applications/networking/flexget/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "flexget"; 9 - version = "3.7.9"; 9 + version = "3.7.10"; 10 10 format = "pyproject"; 11 11 12 12 # Fetch from GitHub in order to use `requirements.in` ··· 14 14 owner = "Flexget"; 15 15 repo = "Flexget"; 16 16 rev = "refs/tags/v${version}"; 17 - hash = "sha256-TD57tGLTYy8E7lx6hzH1/00oWFYqCQ325UNEhgv/AEA="; 17 + hash = "sha256-5wf1oQzriawhthAfHMMtZbUMvGNviBPzmnLKahRkmXQ="; 18 18 }; 19 19 20 20 postPatch = ''