mumble: 1.3.0 -> 1.3.1 (#89988)

(cherry-picked from commit ac44b7f958)
This commit is contained in:
Daniel Løvbrøtte Olsen
2020-06-10 01:05:41 +02:00
committed by GitHub
parent d6c8902ca4
commit 123d83148f

View File

@@ -124,14 +124,14 @@ let
} source;
source = rec {
version = "1.3.0";
version = "1.3.1";
# Needs submodules
src = fetchFromGitHub {
owner = "mumble-voip";
repo = "mumble";
rev = version;
sha256 = "0g5ri84gg0x3crhpxlzawf9s9l4hdna6aqw6qbdpx1hjlf5k6g8k";
sha256 = "1xsla9g7xbq6xniwcsjik5hbjh0xahv44qh4z9hjn7p70b8vgnwc";
fetchSubmodules = true;
};
};