flexget: 3.2.18 -> 3.3.2

main
R. Ryantm 2 years ago
parent 764670261a
commit 92ede7bf7a
  1. 4
      pkgs/applications/networking/flexget/default.nix

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.2.18";
version = "3.3.2";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "v${version}";
hash = "sha256-68tD7I7MI/Cp94tp6c4lQx+8xwRnJTKTF/3SWz4Ddgg=";
hash = "sha256-Z2JYFnE9g2bWaR+Ghxg3zJUD0Ja8/od52jkOVWEqeVE=";
};
postPatch = ''

Loading…
Cancel
Save