GNU ccRTP 2.0.1.
svn path=/nixpkgs/trunk/; revision=28744
This commit is contained in:
parent
34a5ec9e66
commit
7a7be1202f
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, ucommon }:
|
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, ucommon }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ccrtp-2.0.0";
|
name = "ccrtp-2.0.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnu/ccrtp/ccrtp-2.0.0.tar.gz;
|
url = mirror://gnu/ccrtp/ccrtp-2.0.1.tar.gz;
|
||||||
sha256 = "1gx3jsywvihwkhk69xkcpq2plb6lbylpz0gpg55c5dx7xg1796b2";
|
sha256 = "0wksiq55zq8yvjgzkaxyg15w9kfr4sni8a0yqk11qdqpl8x0al9x";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl pkgconfig libgcrypt ucommon ];
|
buildInputs = [ openssl pkgconfig libgcrypt ucommon ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user