Unverified Commit 526c0df8 authored by Naxdy's avatar Naxdy
Browse files

linphonePackages.linphone-desktop: 5.3.2 -> 5.3.1

parent 0f5fc4be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "linphone-desktop";
  version = "5.3.2";
  version = "5.3.1";

  src = fetchFromGitLab {
    domain = "gitlab.linphone.org";
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
    group = "BC";
    repo = "linphone-desktop";
    rev = finalAttrs.version;
    hash = "sha256-YBwN2d8Bhr876xDzzge1CutJEtWkoGJWwkybSKUDiM0=";
    hash = "sha256-TO9JNsOnx4sTJEkai0nDKNyZWcLuGoWfuKLBM79tQvs=";
  };

  patches = [