We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576aac5 commit 21a5a0aCopy full SHA for 21a5a0a
pkgs/by-name/fl/flexget/package.nix
@@ -7,15 +7,15 @@
7
8
python3Packages.buildPythonApplication rec {
9
pname = "flexget";
10
- version = "3.13.5";
+ version = "3.13.6";
11
pyproject = true;
12
13
# Fetch from GitHub in order to use `requirements.in`
14
src = fetchFromGitHub {
15
owner = "Flexget";
16
repo = "Flexget";
17
tag = "v${version}";
18
- hash = "sha256-R6E5NWnrnezJsDm+Nnqgibv4e6mXVrOrKaCl/MBqUnY=";
+ hash = "sha256-I6AQtoGk/YUDM5DzegvLi8QmVvoma16zJGZ8BMUUN3c=";
19
};
20
21
# relax dep constrains, keep environment constraints
0 commit comments