Merge pull request #147614 from marsam/update-flexget

flexget: 3.1.153 -> 3.2.1

authored by

Mario Rodas and committed by
GitHub
f3e7e37d f62e110a

+2 -2
+2 -2
pkgs/applications/networking/flexget/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "flexget"; 5 - version = "3.1.153"; 6 7 # Fetch from GitHub in order to use `requirements.in` 8 src = fetchFromGitHub { 9 owner = "flexget"; 10 repo = "flexget"; 11 rev = "v${version}"; 12 - sha256 = "sha256-xGGSm6IXTh89wSt0/DNgbe1mFBNuG9x3YLerJcBYMmI="; 13 }; 14 15 postPatch = ''
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "flexget"; 5 + version = "3.2.1"; 6 7 # Fetch from GitHub in order to use `requirements.in` 8 src = fetchFromGitHub { 9 owner = "flexget"; 10 repo = "flexget"; 11 rev = "v${version}"; 12 + sha256 = "sha256-EOE72zpQj2yxxqDL9gqmu1NQ1B/lY1fh3EUwqpxf2xg="; 13 }; 14 15 postPatch = ''