From 5064d32e8b2673b33992a887987dc1074c0e263a Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Tue, 7 Apr 2020 14:59:38 +0200
Subject: [PATCH] Update mumble to git master

---
 nixos/pkgs/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nixos/pkgs/default.nix b/nixos/pkgs/default.nix
index efc0841..82c0654 100644
--- a/nixos/pkgs/default.nix
+++ b/nixos/pkgs/default.nix
@@ -20,6 +20,7 @@ let
         qbar = self.callPackage ./qbar {};
       };
     };
+
     mumble-git = (mumble.overrideAttrs (attrs: {
       src = pkgs.fetchFromGitHub {
         owner = "mumble-voip";
-- 
GitLab