about summary refs log tree commit diff
path: root/pkgs/development/libraries/sofia-sip
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-15 14:13:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-15 14:13:25 +0000
commita78eae7c0a70f354b44945f53e12626334ec2503 (patch)
tree01b895d22e14b4de3212a142733f30efec5d20c5 /pkgs/development/libraries/sofia-sip
parentecc96be9787cfdea1b8f57aec08ad9545affc2a6 (diff)
sofia_sip: 1.13.12 -> 1.13.13
Diffstat (limited to 'pkgs/development/libraries/sofia-sip')
-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 bd4dc73c1e5db..8fc18d17a4994 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.12";
+  version = "1.13.13";
 
   src = fetchFromGitHub {
     owner = "freeswitch";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-2K5Lt2zk5MXKD9zIQ2pBt2IRx/H1Zg/S70dsrpI2mTM=";
+    sha256 = "sha256-ZFQmm1GX7Uptyb9pIdTHccpoSLO4WdZuVPnMalOcfK0=";
   };
 
   buildInputs = [ glib openssl ] ++ lib.optional stdenv.isDarwin SystemConfiguration;