sofia_sip: 1.13.8 -> 1.13.9

main
R. Ryantm 2 years ago
parent a30eeb16a0
commit 4a2e267785
  1. 4
      pkgs/development/libraries/sofia-sip/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sofia-sip";
version = "1.13.8";
version = "1.13.9";
src = fetchFromGitHub {
owner = "freeswitch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RtYeZFQu0YvD709KNmwPPlOLMl01Ox58cpNYygvDn78=";
sha256 = "sha256-xF2LFbxGhA/gF7Z2LX3WYq3nXOLi0ARGGR4Dd3PCftk=";
};
buildInputs = [ glib openssl ] ++ lib.optional stdenv.isDarwin SystemConfiguration;

Loading…
Cancel
Save