linphonePackages.linphone-desktop: 5.3.1 -> 5.3.2

This commit is contained in:
Naxdy
2025-12-08 13:10:42 +01:00
parent 814a9150a5
commit 2eb6eea812
@@ -39,7 +39,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "linphone-desktop";
version = "5.3.1";
version = "5.3.2";
src = fetchFromGitLab {
domain = "gitlab.linphone.org";
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
group = "BC";
repo = "linphone-desktop";
rev = finalAttrs.version;
hash = "sha256-TO9JNsOnx4sTJEkai0nDKNyZWcLuGoWfuKLBM79tQvs=";
hash = "sha256-YBwN2d8Bhr876xDzzge1CutJEtWkoGJWwkybSKUDiM0=";
};
patches = [