Merge pull request #251599 from r-ryantm/auto-update/freeswitch

freeswitch: 1.10.9 -> 1.10.10
This commit is contained in:
Matthias Beyer
2023-08-26 21:36:39 +02:00
committed by GitHub
+2 -2
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 = ''