about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2024-01-21 10:19:00 +0000
committerGitHub <noreply@github.com>2024-01-21 10:19:00 +0000
commit09a13ff5b9c80a6771f210a99cdd878c9bafd1b2 (patch)
treef3105c7e4beec10b7cafeaffaf84b73c6ddd90b8 /pkgs/applications/networking/instant-messengers
parent4e4512be9ae058309f9064fee8420f654cef3ec4 (diff)
parent76384d4d3b167772bfea28416bfa99d532021e68 (diff)
Merge pull request #282406 from r-ryantm/auto-update/baresip
baresip: 3.8.0 -> 3.8.1
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-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 592dba0b73a8a..5efe54c0d27b3 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.8.0";
+  version = "3.8.1";
   pname = "baresip";
   src = fetchFromGitHub {
     owner = "baresip";
     repo = "baresip";
     rev = "v${version}";
-    hash = "sha256-7QqaKK8zalyopn9+MkKmdt9XaCkDFBNiXwVd2iXmqMA=";
+    hash = "sha256-39HRvRTyA0V8NKFUUpj7UGc01KVXULTE3HUd9Kh06bw=";
   };
   prePatch = lib.optionalString (!dbusSupport) ''
     substituteInPlace cmake/modules.cmake --replace 'list(APPEND MODULES ctrl_dbus)' ""