Merge pull request #252469 from kashw2/qbittorrent

qbittorrent: 4.5.4 -> 4.5.5

authored by

Weijia Wang and committed by
GitHub
79f3d08f 042c1bdd

+3 -3
+3 -3
pkgs/applications/networking/p2p/qbittorrent/default.nix
··· 11 12 mkDerivation rec { 13 pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox"; 14 - version = "4.5.4"; 15 16 src = fetchFromGitHub { 17 owner = "qbittorrent"; 18 repo = "qBittorrent"; 19 rev = "release-${version}"; 20 - hash = "sha256-c/ZJ83kxxFo/iI7Tjo3ZY0/vmVanjoJXBOu8XTnFm+Q="; 21 }; 22 23 enableParallelBuilding = true; ··· 53 changelog = "https://github.com/qbittorrent/qBittorrent/blob/release-${version}/Changelog"; 54 license = licenses.gpl2Plus; 55 platforms = platforms.unix; 56 - maintainers = with maintainers; [ Anton-Latukha ]; 57 }; 58 }
··· 11 12 mkDerivation rec { 13 pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox"; 14 + version = "4.5.5"; 15 16 src = fetchFromGitHub { 17 owner = "qbittorrent"; 18 repo = "qBittorrent"; 19 rev = "release-${version}"; 20 + hash = "sha256-rWv+KGw+3385GOKK4MvoSP0CepotUZELiDVFpyDf+9k="; 21 }; 22 23 enableParallelBuilding = true; ··· 53 changelog = "https://github.com/qbittorrent/qBittorrent/blob/release-${version}/Changelog"; 54 license = licenses.gpl2Plus; 55 platforms = platforms.unix; 56 + maintainers = with maintainers; [ Anton-Latukha kashw2 ]; 57 }; 58 }