We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c590a commit 553859dCopy full SHA for 553859d
1 file changed
pkgs/applications/networking/mumble/default.nix
@@ -128,14 +128,14 @@ let
128
} source;
129
130
source = rec {
131
- version = "1.3.1";
+ version = "1.3.2";
132
133
# Needs submodules
134
src = fetchFromGitHub {
135
owner = "mumble-voip";
136
repo = "mumble";
137
rev = version;
138
- sha256 = "1xsla9g7xbq6xniwcsjik5hbjh0xahv44qh4z9hjn7p70b8vgnwc";
+ sha256 = "1ljn7h7dr9iyhvq7rdh0prl7hzn9d2hhnxv0ni6dha6f7d9qbfy6";
139
fetchSubmodules = true;
140
};
141
0 commit comments