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