about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2022-12-28 16:02:01 +0100
committerGitHub <noreply@github.com>2022-12-28 16:02:01 +0100
commit4d5535c90c817917015bf26794d29802e254cb32 (patch)
tree801c996d5d75b2e7216a745fd7403d4f7c1436be /pkgs/development/libraries
parent8df1ea326995e50d3381bdf0b82126e0e1aed8db (diff)
parentf0613936814fba08463a3be2713db6dec9308c70 (diff)
Merge pull request #208051 from r-ryantm/auto-update/sofia_sip
sofia_sip: 1.13.9 -> 1.13.10
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/sofia-sip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/sofia-sip/default.nix b/pkgs/development/libraries/sofia-sip/default.nix
index 6a54c2a80755d..b3e91bd3fd132 100644
--- a/pkgs/development/libraries/sofia-sip/default.nix
+++ b/pkgs/development/libraries/sofia-sip/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "sofia-sip";
-  version = "1.13.9";
+  version = "1.13.10";
 
   src = fetchFromGitHub {
     owner = "freeswitch";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-xF2LFbxGhA/gF7Z2LX3WYq3nXOLi0ARGGR4Dd3PCftk=";
+    sha256 = "sha256-UVyjeIIS0WwnY3GoZLIYTgf7R+C8SCuykDozaxCpog0=";
   };
 
   buildInputs = [ glib openssl ] ++ lib.optional stdenv.isDarwin SystemConfiguration;