Loading pkgs/development/libraries/sofia-sip/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "sofia-sip"; version = "1.13.14"; version = "1.13.15"; src = fetchFromGitHub { owner = "freeswitch"; repo = pname; rev = "v${version}"; sha256 = "sha256-L1OXmZCVWDPILhooIzw/bYK69zKwzkBluV9Tlf0vw4g="; sha256 = "sha256-mDcXr9JPYtuz2EtonoeuimH1VsEKbNr/Q0gs+a7azTU="; }; buildInputs = [ glib openssl ] ++ lib.optional stdenv.isDarwin SystemConfiguration; Loading Loading
pkgs/development/libraries/sofia-sip/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "sofia-sip"; version = "1.13.14"; version = "1.13.15"; src = fetchFromGitHub { owner = "freeswitch"; repo = pname; rev = "v${version}"; sha256 = "sha256-L1OXmZCVWDPILhooIzw/bYK69zKwzkBluV9Tlf0vw4g="; sha256 = "sha256-mDcXr9JPYtuz2EtonoeuimH1VsEKbNr/Q0gs+a7azTU="; }; buildInputs = [ glib openssl ] ++ lib.optional stdenv.isDarwin SystemConfiguration; Loading