freeswitch: 1.10.9 -> 1.10.10

This commit is contained in:
R. Ryantm 2023-08-26 13:37:52 +00:00
parent 31dc5e9564
commit 0af1a3b6ce

View file

@ -88,12 +88,12 @@ in
stdenv.mkDerivation rec {
pname = "freeswitch";
version = "1.10.9";
version = "1.10.10";
src = fetchFromGitHub {
owner = "signalwire";
repo = pname;
rev = "v${version}";
sha256 = "sha256-65DH2HxiF8wqzmzbIqaQZjSa/JPERHIS2FW6F18c6Pw=";
sha256 = "sha256-3Mm/hbMwnlwbtiOFlODtKItVyj34O3beZDlV8YoJmts=";
};
postPatch = ''