jami: 20240813.0 -> 20240823.0 (#337866)

This commit is contained in:
Nick Cao 2024-08-28 13:21:22 -04:00 committed by GitHub
commit bd20f4852d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,14 +68,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "jami"; pname = "jami";
version = "20240813.0"; version = "20240823.0";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "git.jami.net"; domain = "git.jami.net";
owner = "savoirfairelinux"; owner = "savoirfairelinux";
repo = "jami-client-qt"; repo = "jami-client-qt";
rev = "stable/${version}"; rev = "stable/${version}";
hash = "sha256-XRWbV1s87niwNiWf2KRpV+wUH6ptw3vnVXCEwqh2r7M="; hash = "sha256-7jGH54sFiS6qrdEiKSS64lJyJXL1FOJVbesxo/FFmyA=";
fetchSubmodules = true; fetchSubmodules = true;
}; };