Skip to content

Commit 84915d0

Browse files
r-ryantmeclairevoyant
authored andcommitted
qbittorrent-nox: 5.2.2 -> 5.2.3
1 parent 65d4cf4 commit 84915d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/qb/qbittorrent/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
stdenv.mkDerivation (finalAttrs: {
2323
pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox";
24-
version = "5.2.2";
24+
version = "5.2.3";
2525

2626
src = fetchFromGitHub {
2727
owner = "qbittorrent";
2828
repo = "qBittorrent";
2929
rev = "release-${finalAttrs.version}";
30-
hash = "sha256-5lGv1ajuDE/DTqUbnVeRRBcXntrzn6bs72mZbQMf7Fc=";
30+
hash = "sha256-K6YnqKHVo+notbjKxnzcN1DEcpAa2KMge4Ov30poEQY=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)