Skip to content

Commit

Permalink
ortp: unstable-2020-03-17 -> 4.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Dec 7, 2020
1 parent abb4ae4 commit ba6b3cb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/development/libraries/ortp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@

stdenv.mkDerivation rec {
pname = "ortp";
# Using master branch for linphone-desktop caused a chain reaction that many
# of its dependencies needed to use master branch too.
version = "unstable-2020-03-17";
version = "4.4.9";

src = fetchFromGitLab {
domain = "gitlab.linphone.org";
owner = "public";
group = "BC";
repo = pname;
rev = "804dfc4f90d1a4301127c7af10a74fd2935dd5d8";
sha256 = "1yr8j8am68spyy5d9vna8zcq3qn039mi16cv9jf5n4chs9rxf7xx";
rev = version;
sha256 = "0igiw863gnf9f626v0igg1pj3fv4anvlvlk6xx3bk2zdi52a9kcc";
};

# Do not build static libraries
Expand Down

0 comments on commit ba6b3cb

Please sign in to comment.