Merge pull request #279130 from r-ryantm/auto-update/baresip

baresip: 3.7.0 -> 3.8.0

authored by 7c6f434c and committed by GitHub 29df21c8 4dbe9e4c

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/baresip/default.nix
··· 27 27 , dbusSupport ? true 28 28 }: 29 29 stdenv.mkDerivation rec { 30 - version = "3.7.0"; 30 + version = "3.8.0"; 31 31 pname = "baresip"; 32 32 src = fetchFromGitHub { 33 33 owner = "baresip"; 34 34 repo = "baresip"; 35 35 rev = "v${version}"; 36 - hash = "sha256-A1S8pen0aPd3CmeRpttwivhwHnAv7Rk2lao8I/CWvo0="; 36 + hash = "sha256-7QqaKK8zalyopn9+MkKmdt9XaCkDFBNiXwVd2iXmqMA="; 37 37 }; 38 38 prePatch = lib.optionalString (!dbusSupport) '' 39 39 substituteInPlace cmake/modules.cmake --replace 'list(APPEND MODULES ctrl_dbus)' ""