forked from mirrors/nixpkgs
Merge pull request #282406 from r-ryantm/auto-update/baresip
baresip: 3.8.0 -> 3.8.1
This commit is contained in:
commit
09a13ff5b9
|
@ -27,13 +27,13 @@
|
||||||
, dbusSupport ? true
|
, dbusSupport ? true
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.8.0";
|
version = "3.8.1";
|
||||||
pname = "baresip";
|
pname = "baresip";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "baresip";
|
owner = "baresip";
|
||||||
repo = "baresip";
|
repo = "baresip";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-7QqaKK8zalyopn9+MkKmdt9XaCkDFBNiXwVd2iXmqMA=";
|
hash = "sha256-39HRvRTyA0V8NKFUUpj7UGc01KVXULTE3HUd9Kh06bw=";
|
||||||
};
|
};
|
||||||
prePatch = lib.optionalString (!dbusSupport) ''
|
prePatch = lib.optionalString (!dbusSupport) ''
|
||||||
substituteInPlace cmake/modules.cmake --replace 'list(APPEND MODULES ctrl_dbus)' ""
|
substituteInPlace cmake/modules.cmake --replace 'list(APPEND MODULES ctrl_dbus)' ""
|
||||||
|
|
Loading…
Reference in a new issue