3
0
Fork 0
forked from mirrors/nixpkgs

ortp-0.16.4

svn path=/nixpkgs/trunk/; revision=27377
This commit is contained in:
Yury G. Kudryashov 2011-06-07 21:49:37 +00:00
parent b0e4af34be
commit 701e2b1cd4

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
name = "ortp-0.16.3";
name = "ortp-0.16.4";
src = fetchurl {
url = "mirror://savannah/linphone/ortp/sources/${name}.tar.gz";
sha256 = "13805ec34ee818408aa1b4571915ef8f9e544c838a0fca9dff8d2308de6574eb";
sha256 = "0yb835l9spic4518ghb28jlwc0ihqjzpd0bgysgjf7z3bbg7km90";
};
meta = {