Unverified Commit 0fd3616b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

qbittorrent: 5.1.3 -> 5.1.4 (#463369)

parents 8f3d1afa 22861ef0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox";
  version = "5.1.3";
  version = "5.1.4";

  src = fetchFromGitHub {
    owner = "qbittorrent";
    repo = "qBittorrent";
    rev = "release-${finalAttrs.version}";
    hash = "sha256-RIItbrpkMFglO2NwbgpBhgBSk5+vdywatGVwnbWkNVQ=";
    hash = "sha256-9RfKir/e+8Kvln20F+paXqtWzC3KVef2kNGyk1YpSv4=";
  };

  nativeBuildInputs = [