Loading pkgs/applications/networking/instant-messengers/baresip/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -27,13 +27,13 @@ , dbusSupport ? true }: stdenv.mkDerivation rec { version = "2.9.0"; version = "3.6.0"; pname = "baresip"; src = fetchFromGitHub { owner = "baresip"; repo = "baresip"; rev = "v${version}"; sha256 = "sha256-B4d8D4IfLYAIYVN80Lrh5bywD5iacSnUVwEzbc6Xq7g="; hash = "sha256-cp9aaOtvFl9RUHPQRMkSjPvf0fJ29Bclh4SKnAHo7fE="; }; prePatch = lib.optionalString (!dbusSupport) '' substituteInPlace cmake/modules.cmake --replace 'list(APPEND MODULES ctrl_dbus)' "" Loading Loading
pkgs/applications/networking/instant-messengers/baresip/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -27,13 +27,13 @@ , dbusSupport ? true }: stdenv.mkDerivation rec { version = "2.9.0"; version = "3.6.0"; pname = "baresip"; src = fetchFromGitHub { owner = "baresip"; repo = "baresip"; rev = "v${version}"; sha256 = "sha256-B4d8D4IfLYAIYVN80Lrh5bywD5iacSnUVwEzbc6Xq7g="; hash = "sha256-cp9aaOtvFl9RUHPQRMkSjPvf0fJ29Bclh4SKnAHo7fE="; }; prePatch = lib.optionalString (!dbusSupport) '' substituteInPlace cmake/modules.cmake --replace 'list(APPEND MODULES ctrl_dbus)' "" Loading