mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
qbittorrent: 5.0.4 → 5.1.0
This commit is contained in:
parent
6aaa3618ae
commit
30daee4584
2 changed files with 2 additions and 23 deletions
|
@ -20,22 +20,15 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox";
|
pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox";
|
||||||
version = "5.0.4";
|
version = "5.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "qbittorrent";
|
owner = "qbittorrent";
|
||||||
repo = "qBittorrent";
|
repo = "qBittorrent";
|
||||||
rev = "release-${finalAttrs.version}";
|
rev = "release-${finalAttrs.version}";
|
||||||
hash = "sha256-8gSSUgYx0CSSb3ackFknZ9r0cWFLxkC7a3Tj8QJaylc=";
|
hash = "sha256-ZLmKEdvtOxCzEOnJ4JPQQhR427YA288vTRxpk6O0tUc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Partial backport of https://github.com/qbittorrent/qBittorrent/commit/a6809efbbbdf18a1b66df9c89d0d0aeefd78f461
|
|
||||||
# to fix build with Qt 6.9.
|
|
||||||
# FIXME: remove in next update
|
|
||||||
patches = [
|
|
||||||
./qt-6.9.patch
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
diff --git a/src/base/http/types.h b/src/base/http/types.h
|
|
||||||
index 156ddf6c0381..4b0b99a5914e 100644
|
|
||||||
--- a/src/base/http/types.h
|
|
||||||
+++ b/src/base/http/types.h
|
|
||||||
@@ -29,7 +29,10 @@
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
+#include <QByteArray>
|
|
||||||
+#include <QHash>
|
|
||||||
#include <QHostAddress>
|
|
||||||
+#include <QMap>
|
|
||||||
#include <QString>
|
|
||||||
#include <QVector>
|
|
Loading…
Add table
Add a link
Reference in a new issue