asterisk: drop pjsip 2.12 and patches, no longer used

This commit is contained in:
Yorick van Pelt
2023-04-23 15:58:39 +02:00
parent 0a8004f496
commit 44a4afba11
+3 -2
View File
@@ -199,7 +199,8 @@ let
exec ${updateScript_python}/bin/python ${toString ./update.py}
'';
in {
in
{
# Supported releases (as of 2023-04-19).
# v16 and v19 have been dropped because they go EOL before the NixOS 23.11 release.
# Source: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions
@@ -214,7 +215,7 @@ in {
asterisk-lts = versions.asterisk_18;
asterisk-stable = versions.asterisk_20;
asterisk = versions.asterisk_20.overrideAttrs (o: {
passthru = (o.passthru or {}) // { inherit updateScript; };
passthru = (o.passthru or { }) // { inherit updateScript; };
});
} // versions