We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 600b872 + d1d8870 commit 058cd93Copy full SHA for 058cd93
1 file changed
pkgs/by-name/qb/qbittorrent-enhanced/package.nix
@@ -7,13 +7,13 @@
7
8
(qbittorrent.override { inherit guiSupport; }).overrideAttrs (old: rec {
9
pname = "qbittorrent-enhanced" + lib.optionalString (!guiSupport) "-nox";
10
- version = "5.1.0.10";
+ version = "5.1.0.11";
11
12
src = fetchFromGitHub {
13
owner = "c0re100";
14
repo = "qBittorrent-Enhanced-Edition";
15
rev = "release-${version}";
16
- hash = "sha256-VJqQFx9OvfuGyIfot9CgKiyGawOD3mYIdux20Atjea0=";
+ hash = "sha256-LY79Y7sG6EHGOh1hRujAOMRK3MKSAblJ+FFuGlj13iQ=";
17
};
18
19
meta = old.meta // {
0 commit comments