Skip to content

Commit 4cd397c

Browse files
committed
mumble: 1.5.857 -> 1.6.870
Signed-off-by: Felix Singer <felixsinger@posteo.net>
1 parent ac67479 commit 4cd397c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pkgs/applications/networking/mumble/default.nix

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
fetchFromGitHub,
55
fetchpatch,
66
pkg-config,
7-
qt5,
7+
qt6,
88
cmake,
99
ninja,
1010
avahi,
@@ -55,8 +55,8 @@ let
5555
ninja
5656
pkg-config
5757
python3
58-
qt5.wrapQtAppsHook
59-
qt5.qttools
58+
qt6.wrapQtAppsHook
59+
qt6.qttools
6060
makeBinaryWrapper
6161
]
6262
++ (overrides.nativeBuildInputs or [ ]);
@@ -107,7 +107,7 @@ let
107107

108108
platforms = lib.platforms.darwin;
109109
nativeBuildInputs = [
110-
qt5.qttools
110+
qt6.qttools
111111
];
112112

113113
buildInputs = [
@@ -117,7 +117,7 @@ let
117117
libsndfile
118118
libvorbis
119119
speexdsp
120-
qt5.qtsvg
120+
qt6.qtsvg
121121
rnnoise
122122
]
123123
++ lib.optional (!jackSupport && alsaSupport) alsa-lib
@@ -151,8 +151,8 @@ let
151151
env.NIX_CFLAGS_COMPILE = lib.optionalString speechdSupport "-I${speechd-minimal}/include/speech-dispatcher";
152152

153153
patches = [
154-
./disable-overlay-build.patch
155-
./fix-plugin-copy.patch
154+
#./disable-overlay-build.patch
155+
#./fix-plugin-copy.patch
156156
];
157157

158158
postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''
@@ -216,14 +216,14 @@ let
216216
} source;
217217

218218
source = rec {
219-
version = "1.5.857";
219+
version = "1.6.870";
220220

221221
# Needs submodules
222222
src = fetchFromGitHub {
223223
owner = "mumble-voip";
224224
repo = "mumble";
225225
tag = "v${version}";
226-
hash = "sha256-4ySak2nzT8p48waMgBc9kLrvFB8716e7p0G4trzuh1k=";
226+
hash = "sha256-FpZbFY/RvQOEDQAXkm1f5Oy00UUG11Az7LJnWfoinOM=";
227227
fetchSubmodules = true;
228228
};
229229
};

0 commit comments

Comments
 (0)