Unverified Commit 13f2a8fe authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

qbittorrent: 5.0.0 -> 5.0.1 (#352499)

parents 2a3dc3d6 6e0fad2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@ in
stdenv.mkDerivation rec {
  pname = "qbittorrent"
    + lib.optionalString (!guiSupport) "-nox";
  version = "5.0.0";
  version = "5.0.1";

  src = fetchFromGitHub {
    owner = "qbittorrent";
    repo = "qBittorrent";
    rev = "release-${version}";
    hash = "sha256-iwqJaRfwJTL6SimWTNqqqFPXxSKrgo6whYY70llZyGs";
    hash = "sha256-BmfTQGftQIkRrlSpJy0yHTh0r3D2CWLIo+tnL0+OeA4=";
  };

  nativeBuildInputs = [