mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
mumble: 1.2.16 -> 1.2.17
This commit is contained in:
parent
e8e50bf696
commit
a637b4d950
@ -108,12 +108,12 @@ let
|
||||
};
|
||||
|
||||
stableSource = rec {
|
||||
version = "1.2.16";
|
||||
version = "1.2.17";
|
||||
qtVersion = 4;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mumble-voip/mumble/releases/download/${version}/mumble-${version}.tar.gz";
|
||||
sha256 = "1ikswfm7zhwqcwcc1fwk0i9jjgqng49s0yilw50s34bgg1h3im7b";
|
||||
sha256 = "176br3b0pv5sz3zvgzsz9rxr3n79irlm902h7n1wh4f6vbph2dhw";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user