Unverified Commit 393d0482 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #266338 from r-ryantm/auto-update/sofia_sip

sofia_sip: 1.13.16 -> 1.13.17
parents 8220e758 f2820c5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "sofia-sip";
  version = "1.13.16";
  version = "1.13.17";

  src = fetchFromGitHub {
    owner = "freeswitch";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-mYJhA/ylJDr45IL9CxEZ2WJA/DIRj8RDCwkznsi1KcI=";
    sha256 = "sha256-7QmK2UxEO5lC0KBDWB3bwKTy0Nc7WrdTLjoQYzezoaY=";
  };

  buildInputs = [ glib openssl ] ++ lib.optional stdenv.isDarwin SystemConfiguration;