mumble: 1.3.2 -> 1.3.3

https://github.com/mumble-voip/mumble/releases/tag/1.3.3
This commit is contained in:
TredwellGit 2020-10-23 20:35:27 +00:00
parent e09dbe3fb1
commit 1bc72b3494

View File

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