Skip to content

Commit

Permalink
Merge pull request #189406 from r-ryantm/auto-update/qbittorrent
Browse files Browse the repository at this point in the history
qbittorrent: 4.4.3.1 -> 4.4.5
  • Loading branch information
ck3d authored Oct 10, 2022
2 parents fa813d7 + a0ed105 commit 499e75f
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 @@ -12,13 +12,13 @@ assert trackerSearch -> (python3 != null);
with lib;
mkDerivation rec {
pname = "qbittorrent";
version = "4.4.3.1";
version = "4.4.5";

src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qBittorrent";
rev = "release-${version}";
sha256 = "sha256-byA6bzGdigmVptUFdgBjyg6Oimn5L6l1DDOuuBjwO0s=";
sha256 = "sha256-EgRDNOJ4szdZA5ipOuGy2R0oVdjWcuqPU3ecU3ZNK3g=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 499e75f

Please sign in to comment.