Unverified Commit 40a17eaf authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #227204 from r-ryantm/auto-update/linphone

linphone: 5.0.8 -> 5.0.15
parents a19e8fa4 88954fe9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

mkDerivation rec {
  pname = "linphone-desktop";
  version = "5.0.8";
  version = "5.0.15";

  src = fetchFromGitLab {
    domain = "gitlab.linphone.org";
@@ -41,7 +41,7 @@ mkDerivation rec {
    group = "BC";
    repo = pname;
    rev = version;
    hash = "sha256-e/0yGHtOHMgPhaF5xELodKS9/v/mbnT3ZpE12lXAocU=";
    hash = "sha256-tCtOFHspT0CmBCGvs5b/tNH+W1tuHuje6Zt0UwagOB4=";
  };

  patches = [