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