tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
qbittorrent: 4.6.0 -> 4.6.1
Pavel Sobolev
2 years ago
b16be474
34847de9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
p2p
qbittorrent
default.nix
+2
-2
pkgs/applications/networking/p2p/qbittorrent/default.nix
···
29
29
pname = "qbittorrent"
30
30
+ lib.optionalString (guiSupport && qtVersion == "5") "-qt5"
31
31
+ lib.optionalString (!guiSupport) "-nox";
32
32
-
version = "4.6.0";
32
32
+
version = "4.6.1";
33
33
34
34
src = fetchFromGitHub {
35
35
owner = "qbittorrent";
36
36
repo = "qBittorrent";
37
37
rev = "release-${version}";
38
38
-
hash = "sha256-o9zMGjVCXLqdRdXzRs1kFPDMFJXQWBEtWwIfeIyFxJw=";
38
38
+
hash = "sha256-XpPRiWC4HO8t++Fv4Que6TjwSs+go0K/bJWzmGkbLOY=";
39
39
};
40
40
41
41
nativeBuildInputs = [