about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2024-01-07 00:21:44 +0000
committerGitHub <noreply@github.com>2024-01-07 00:21:44 +0000
commit29df21c8347f0abe58655c8300d6d12838dafc4c (patch)
treea2520e28baec564480352b6ba349d3161651c5ab /pkgs/applications
parent4dbe9e4cc5720bcfce8cb2a0c445f605de908c54 (diff)
parentdbfc98358a229d62f9c9e226b7f7c4e55a5d6e80 (diff)
Merge pull request #279130 from r-ryantm/auto-update/baresip
baresip: 3.7.0 -> 3.8.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/baresip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/baresip/default.nix b/pkgs/applications/networking/instant-messengers/baresip/default.nix
index 5f234ab523004..592dba0b73a8a 100644
--- a/pkgs/applications/networking/instant-messengers/baresip/default.nix
+++ b/pkgs/applications/networking/instant-messengers/baresip/default.nix
@@ -27,13 +27,13 @@
 , dbusSupport ? true
 }:
 stdenv.mkDerivation rec {
-  version = "3.7.0";
+  version = "3.8.0";
   pname = "baresip";
   src = fetchFromGitHub {
     owner = "baresip";
     repo = "baresip";
     rev = "v${version}";
-    hash = "sha256-A1S8pen0aPd3CmeRpttwivhwHnAv7Rk2lao8I/CWvo0=";
+    hash = "sha256-7QqaKK8zalyopn9+MkKmdt9XaCkDFBNiXwVd2iXmqMA=";
   };
   prePatch = lib.optionalString (!dbusSupport) ''
     substituteInPlace cmake/modules.cmake --replace 'list(APPEND MODULES ctrl_dbus)' ""