diff options
| author | Jörg Thalheim <Mic92@users.noreply.github.com> | 2022-12-13 12:29:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-13 12:29:34 +0000 |
| commit | dac21f310dd7f5416d058c4f7de97e2dcdc544b7 (patch) | |
| tree | 11e3b176411050fd429b7a2ad08d19fb9318764d | |
| parent | python310Packages.jupyterlab: 3.5.0 -> 3.5.1 (#205023) (diff) | |
| parent | pjsip-jami: patch for CVE (diff) | |
| download | nixpkgs-dac21f310dd7f5416d058c4f7de97e2dcdc544b7.tar.gz | |
Merge pull request #205877 from linsui/jami
pjsip-jami: patch for CVE
| -rw-r--r-- | pkgs/applications/networking/instant-messengers/jami/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/jami/default.nix b/pkgs/applications/networking/instant-messengers/jami/default.nix index 92fbe4d45e17..d4a1e8749ecf 100644 --- a/pkgs/applications/networking/instant-messengers/jami/default.nix +++ b/pkgs/applications/networking/instant-messengers/jami/default.nix @@ -63,13 +63,13 @@ rec { patch-src = src + "/daemon/contrib/src/pjproject/"; in rec { - version = "513a3f14c44b2c2652f9219ec20dea64b236b713"; + version = "eae25732568e600d248aa8c226271ff6b81df170"; src = fetchFromGitHub { owner = "savoirfairelinux"; repo = "pjproject"; rev = version; - sha256 = "sha256-93AlJGMnlzJMrJquelpHQQKjhEgfpTFXTMqkBnm87u8="; + sha256 = "sha256-N7jn4qen+PgFiVkTFi2HSWhx2QPHwAYMtnrpE/ptDVc="; }; patches = (map (x: patch-src + x) (readLinesToList ./config/pjsip_patches)); |
