ccrtp: update from 2.0.3 to 2.0.6
This commit is contained in:
parent
32b2973807
commit
f417203833
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, ucommon }:
|
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, ucommon }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ccrtp-2.0.3";
|
name = "ccrtp-2.0.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnu/ccrtp/ccrtp-2.0.3.tar.gz;
|
url = mirror://gnu/ccrtp/ccrtp-2.0.6.tar.gz;
|
||||||
sha256 = "1p4zzqn02zvnyjy84khiq8v65pl422fb6ni946h9sxh4yw2lgn01";
|
sha256 = "06rqwk2w5sikfb3l5bcpxszhq4g7ra840gqx1f011xrmhvclrzir";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl pkgconfig libgcrypt ];
|
buildInputs = [ openssl pkgconfig libgcrypt ];
|
||||||
|
|
Loading…
Reference in a new issue