There was an error while loading. Please reload this page.
1 parent 65d4cf4 commit 84915d0Copy full SHA for 84915d0
1 file changed
pkgs/by-name/qb/qbittorrent/package.nix
@@ -21,13 +21,13 @@
21
22
stdenv.mkDerivation (finalAttrs: {
23
pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox";
24
- version = "5.2.2";
+ version = "5.2.3";
25
26
src = fetchFromGitHub {
27
owner = "qbittorrent";
28
repo = "qBittorrent";
29
rev = "release-${finalAttrs.version}";
30
- hash = "sha256-5lGv1ajuDE/DTqUbnVeRRBcXntrzn6bs72mZbQMf7Fc=";
+ hash = "sha256-K6YnqKHVo+notbjKxnzcN1DEcpAa2KMge4Ov30poEQY=";
31
};
32
33
nativeBuildInputs = [
0 commit comments