lol

Merge pull request #228098 from linsui/jami

jami: 20230313.0 -> 20230323.0

authored by

Weijia Wang and committed by
GitHub
a23f5315 df05dd61

+8 -6
+8 -6
pkgs/applications/networking/instant-messengers/jami/default.nix
··· 5 , gitUpdater 6 , ffmpeg_5 7 8 - # for daemon 9 , autoreconfHook 10 , perl # for pod2man 11 , alsa-lib ··· 33 , webrtc-audio-processing 34 , zlib 35 36 - # for client 37 , cmake 38 , networkmanager # for libnm 39 , python3 ··· 46 , qrencode 47 , qtmultimedia 48 , qtnetworkauth 49 , qtsvg 50 , qtwebengine 51 , qtwebchannel 52 , withWebengine ? true 53 54 - # for pjsip 55 , fetchFromGitHub 56 , pjsip 57 58 - # for opendht 59 , opendht 60 }: 61 ··· 64 in 65 stdenv.mkDerivation rec { 66 pname = "jami"; 67 - version = "20230313.0"; 68 69 src = fetchFromGitLab { 70 domain = "git.jami.net"; 71 owner = "savoirfairelinux"; 72 repo = "jami-client-qt"; 73 rev = "stable/${version}"; 74 - hash = "sha256-3kZ4nn6x1xsXWybyuaY9W07tEM6LFvLL4QtDRPRmob4="; 75 fetchSubmodules = true; 76 }; 77 ··· 169 qtnetworkauth 170 qtdeclarative 171 qtmultimedia 172 qtsvg 173 qtwebchannel 174 ] ++ lib.optionals withWebengine [
··· 5 , gitUpdater 6 , ffmpeg_5 7 8 + # for daemon 9 , autoreconfHook 10 , perl # for pod2man 11 , alsa-lib ··· 33 , webrtc-audio-processing 34 , zlib 35 36 + # for client 37 , cmake 38 , networkmanager # for libnm 39 , python3 ··· 46 , qrencode 47 , qtmultimedia 48 , qtnetworkauth 49 + , qtpositioning 50 , qtsvg 51 , qtwebengine 52 , qtwebchannel 53 , withWebengine ? true 54 55 + # for pjsip 56 , fetchFromGitHub 57 , pjsip 58 59 + # for opendht 60 , opendht 61 }: 62 ··· 65 in 66 stdenv.mkDerivation rec { 67 pname = "jami"; 68 + version = "20230323.0"; 69 70 src = fetchFromGitLab { 71 domain = "git.jami.net"; 72 owner = "savoirfairelinux"; 73 repo = "jami-client-qt"; 74 rev = "stable/${version}"; 75 + hash = "sha256-X8iIT8UtI2Vq0Ne5e2ahSPN4g7QLZGnq3SZV/NY+1pY="; 76 fetchSubmodules = true; 77 }; 78 ··· 170 qtnetworkauth 171 qtdeclarative 172 qtmultimedia 173 + qtpositioning 174 qtsvg 175 qtwebchannel 176 ] ++ lib.optionals withWebengine [