summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2021-01-21 04:24:24 -0500
committerCole Helbling <cole.e.helbling@outlook.com>2021-01-26 15:05:28 -0800
commit1913ea8a9762752577c4a92aa89b0ee2326902ef (patch)
treeee2e3c2e3e723abf61720233f59b1dfcae31fb25 /pkgs
parentd06bae4325ac132482b2c044e8e25f6fceb979ab (diff)
qbittorrent: 4.3.1 -> 4.3.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/p2p/qbittorrent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix
index ace528494bc5..4c0d391ccaab 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -12,13 +12,13 @@ assert trackerSearch -> (python3 != null);
with lib;
mkDerivation rec {
pname = "qbittorrent";
- version = "4.3.1";
+ version = "4.3.3";
src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qbittorrent";
rev = "release-${version}";
- sha256 = "17ih00q7idrpl3b2vgh4smva6lazs5jw06pblriscn1lrwdvrc38";
+ sha256 = "0y8vrvfv8n6zg6pgg5a9hmvxi2z9rrfd9k8zv04nv5js91b99ncq";
};
# NOTE: 2018-05-31: CMake is working but it is not officially supported