mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 09:31:29 +00:00
freeswitch: 1.10.12 -> 1.11.1
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
sqlite,
|
||||
libjpeg,
|
||||
speex,
|
||||
pcre,
|
||||
pcre2,
|
||||
libuuid,
|
||||
ldns,
|
||||
libedit,
|
||||
@@ -109,12 +109,12 @@ in
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "freeswitch";
|
||||
version = "1.10.12";
|
||||
version = "1.11.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "signalwire";
|
||||
repo = "freeswitch";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-uOO+TpKjJkdjEp4nHzxcHtZOXqXzpkIF3dno1AX17d8=";
|
||||
hash = "sha256-uXn5MLEsGPfRzTQJ/v3Tq1yXVIWZQwNQIyvZulMxSqU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -146,7 +146,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
readline
|
||||
libjpeg
|
||||
sqlite
|
||||
pcre
|
||||
pcre2
|
||||
speex
|
||||
ldns
|
||||
libedit
|
||||
|
||||
Reference in New Issue
Block a user