mumble: 1.3.3 -> 1.3.4

https://github.com/mumble-voip/mumble/releases/tag/1.3.4
This commit is contained in:
TredwellGit 2021-02-10 06:26:54 +00:00
parent 63f533d429
commit 3ec826f45d

View File

@ -133,14 +133,14 @@ let
} source; } source;
source = rec { source = rec {
version = "1.3.3"; version = "1.3.4";
# Needs submodules # Needs submodules
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mumble-voip"; owner = "mumble-voip";
repo = "mumble"; repo = "mumble";
rev = version; rev = version;
sha256 = "1jaq5bl5gdpzd4pskpcd2j93g2w320znn4s8ck8f4jz5f46da1bj"; sha256 = "0sc3wv2lqgk62wyy7gqs87kg79v3lambh0h7wpg5x1vfvsh0c6jf";
fetchSubmodules = true; fetchSubmodules = true;
}; };
}; };