Merge pull request #112619 from TredwellGit/mumble

mumble: 1.3.3 -> 1.3.4
This commit is contained in:
Jörg Thalheim 2021-02-10 07:15:31 +00:00 committed by GitHub
commit a40939b6ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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