Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f93963061552
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37d9a9b9bb26
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 9, 2017

  1. pjsip: 2.5.5 -> 2.6

    Radvendii committed Jul 9, 2017

    Verified

    This commit was signed with the committer’s verified signature.
    miketheman Mike Fiedler
    Copy the full SHA
    56923a4 View commit details
  2. Merge pull request #27262 from Radvendii/master

    pjsip: 2.5.5 -> 2.6
    Mic92 authored Jul 9, 2017
    Copy the full SHA
    37d9a9b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/pjsip/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/pjsip/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "pjsip-${version}";
version = "2.5.5";
version = "2.6";

src = fetchurl {
url = "http://www.pjsip.org/release/${version}/pjproject-${version}.tar.bz2";
sha256 = "ab39207b761d3485199cd881410afeb2d171dff7c2bf75e8caae91c6dca508f3";
sha256 = "1d67c58jn22f7h6smkykk5vwl3sqpc7xi2vm3j3lbn3lq6hisnig";
};

buildInputs = [ openssl libsamplerate alsaLib ];