pkgs/mumble: Use 1.5.517 (rc)

The version in nixpkgs opens all fonts (which are quite a lot) at
startup, which takes a few seconds in which no interaction is possible.
nazuna
Simon Bruder 2023-02-12 12:47:42 +01:00
parent f4efa9b1fc
commit c3d7de1d49
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 14 additions and 0 deletions

View File

@ -48,6 +48,20 @@ in
];
});
mumble = prev.mumble.overrideAttrs (o: rec {
version = "1.5.517";
src = prev.fetchFromGitHub {
owner = "mumble-voip";
repo = "mumble";
rev = "v${version}";
sha256 = "sha256-NkpX1whtXDX3Q3UPnEO/Fq2LUX2MaJ/NI0oF7HudP+I=";
fetchSubmodules = true;
};
patches = [ ];
});
vimPlugins = prev.vimPlugins // {
# TODO: Remove once (if?) https://github.com/LnL7/vim-nix/pull/28 lands
vim-nix = prev.vimPlugins.vim-nix.overrideAttrs (o: {