qbittorrent: 5.0.3 -> 5.0.4

This commit is contained in:
R. Ryantm
2025-02-27 00:16:22 +01:00
committed by Weijia Wang
parent ab8e3d9918
commit 6dcac3fe16
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox";
version = "5.0.3";
version = "5.0.4";
src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qBittorrent";
rev = "release-${finalAttrs.version}";
hash = "sha256-nz9no2+nsC+PEnqPyUJpup0OLsS6G+yvTwbwDPko7Eg=";
hash = "sha256-8gSSUgYx0CSSb3ackFknZ9r0cWFLxkC7a3Tj8QJaylc=";
};
nativeBuildInputs = [