jami: 20250613.0 -> 20250718.0

This commit is contained in:
R. Ryantm
2025-07-21 16:55:03 +00:00
parent 331574afce
commit bc46fa357c
@@ -68,14 +68,14 @@
stdenv.mkDerivation rec {
pname = "jami";
version = "20250613.0";
version = "20250718.0";
src = fetchFromGitLab {
domain = "git.jami.net";
owner = "savoirfairelinux";
repo = "jami-client-qt";
rev = "stable/${version}";
hash = "sha256-+6DTbYq50UPSQ+KipXhWje1bZs64wZrS37z2Na1RtN8=";
hash = "sha256-EEiuymfu28bJ6pfBKwlsCGDq7XlKGZYK+2WjPJ+tcxw=";
fetchSubmodules = true;
};