Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

qbittorrent: 4.6.0 -> 4.6.1

+2 -2
+2 -2
pkgs/applications/networking/p2p/qbittorrent/default.nix
··· 29 29 pname = "qbittorrent" 30 30 + lib.optionalString (guiSupport && qtVersion == "5") "-qt5" 31 31 + lib.optionalString (!guiSupport) "-nox"; 32 - version = "4.6.0"; 32 + version = "4.6.1"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "qbittorrent"; 36 36 repo = "qBittorrent"; 37 37 rev = "release-${version}"; 38 - hash = "sha256-o9zMGjVCXLqdRdXzRs1kFPDMFJXQWBEtWwIfeIyFxJw="; 38 + hash = "sha256-XpPRiWC4HO8t++Fv4Que6TjwSs+go0K/bJWzmGkbLOY="; 39 39 }; 40 40 41 41 nativeBuildInputs = [