Skip to content

Commit

Permalink
Merge pull request #215759 from melvyn2/patch-4
Browse files Browse the repository at this point in the history
qbittorrent: 4.4.5 -> 4.5.0
  • Loading branch information
wegank authored Feb 11, 2023
2 parents 4757640 + d742d61 commit 7a0a5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/p2p/qbittorrent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ assert trackerSearch -> (python3 != null);

mkDerivation rec {
pname = "qbittorrent";
version = "4.4.5";
version = "4.5.0";

src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qBittorrent";
rev = "release-${version}";
sha256 = "sha256-EgRDNOJ4szdZA5ipOuGy2R0oVdjWcuqPU3ecU3ZNK3g=";
sha256 = "sha256-mDjY6OAegMjU/z5+/BUbodxJjntFbk5bsfOfqIWa87o=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 7a0a5c9

Please sign in to comment.