flexget: 3.1.152 -> 3.1.153

+2 -2
+2 -2
pkgs/applications/networking/flexget/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "flexget"; 5 - version = "3.1.152"; 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 = "0xm6aib22frq8bq0ihjgihiw8dj6ymjxszklbz59yrz5rgzlaw81"; 13 }; 14 15 postPatch = ''
··· 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 = ''