1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

mumble_git: 2017-04-16 -> 2017-05-25

This commit is contained in:
Nikolay Amiantov 2017-05-28 14:04:21 +03:00
parent 588e3da3f4
commit c3a9f59513

View file

@ -119,14 +119,14 @@ let
};
gitSource = rec {
version = "2017-04-16";
version = "2017-05-25";
qtVersion = 5;
# Needs submodules
src = fetchgit {
url = "https://github.com/mumble-voip/mumble";
rev = "eb63d0b14a7bc19bfdf34f80921798f0a67cdedf";
sha256 = "1nirbx0fnvi1nl6s5hrm4b0v7s2i22yshkmqnfjhxyr0y272s7lh";
rev = "3754898ac94ed3f1e86408114917d1b4c06f17b3";
sha256 = "1qh49x3y7m0c0h0gcs6amkf8nb75p6g611zwn19mbplwmi7h9y8f";
};
};
in {