GNU ccRTP 1.7.2.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25076
This commit is contained in:
parent
8416f47e26
commit
ac09f5b42d
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, commoncpp2 }:
|
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, commoncpp2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ccrtp-1.7.1";
|
name = "ccrtp-1.7.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnu/ccrtp/ccrtp-1.7.1.tar.gz;
|
url = mirror://gnu/ccrtp/ccrtp-1.7.2.tar.gz;
|
||||||
sha256 = "0psi91r0fgawpa5x4jiq7lkr180agdi25gi0mfriqcmykxg7r1jn";
|
sha256 = "1vz759f0342ih95sc7vmzx8als7y2ddr0s3jaaj03x22r7xaqzwy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl pkgconfig libgcrypt commoncpp2 ];
|
buildInputs = [ openssl pkgconfig libgcrypt commoncpp2 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user