Skip to content

Commit

Permalink
mumble: 1.4.287 -> 1.5.629
Browse files Browse the repository at this point in the history
Signed-off-by: Yuchen He <yuchenhe126@gmail.com>
  • Loading branch information
Lilacious committed Apr 16, 2024
1 parent 7fbb49c commit 9331289
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/networking/mumble/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let
mainProgram = "mumble-server";
homepage = "https://mumble.info";
license = licenses.bsd3;
maintainers = with maintainers; [ infinisil felixsinger ];
maintainers = with maintainers; [ felixsinger lilacious ];
platforms = platforms.linux;
};
});
Expand Down Expand Up @@ -96,14 +96,14 @@ let
} source;

source = rec {
version = "1.5.613";
version = "1.5.629";

# Needs submodules
src = fetchFromGitHub {
owner = "mumble-voip";
repo = "mumble";
rev = "0bb8e17f0e5cd2437bccbca7b2d8cdcd903508fa";
sha256 = "sha256-VTjLXlCquSP9bGzrHURArP/d68N3WCcQq5fHdsew/pc=";
rev = "v${version}";
sha256 = "sha256-XJ/ESE8xEUf35UPtx5L0fj+aRXtljFt3jqDvOMHqyas=";
fetchSubmodules = true;
};
};
Expand Down

0 comments on commit 9331289

Please sign in to comment.