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

flexget: 3.3.13 -> 3.3.14

authored by Mario Rodas and committed by GitHub f55a73b4 f86d8d4e

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