Skip to content

Commit

Permalink
Merge pull request #276681 from r-ryantm/auto-update/baresip
Browse files Browse the repository at this point in the history
baresip: 3.6.0 -> 3.7.0
  • Loading branch information
7c6f434c authored Dec 25, 2023
2 parents 7d54909 + 5a85f6a commit e98a9c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
, dbusSupport ? true
}:
stdenv.mkDerivation rec {
version = "3.6.0";
version = "3.7.0";
pname = "baresip";
src = fetchFromGitHub {
owner = "baresip";
repo = "baresip";
rev = "v${version}";
hash = "sha256-cp9aaOtvFl9RUHPQRMkSjPvf0fJ29Bclh4SKnAHo7fE=";
hash = "sha256-A1S8pen0aPd3CmeRpttwivhwHnAv7Rk2lao8I/CWvo0=";
};
prePatch = lib.optionalString (!dbusSupport) ''
substituteInPlace cmake/modules.cmake --replace 'list(APPEND MODULES ctrl_dbus)' ""
Expand Down

0 comments on commit e98a9c4

Please sign in to comment.