mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
ccrtp: update from 2.0.6 to 2.0.9
This commit is contained in:
parent
af53f40684
commit
b3ddfb76b9
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, ucommon }:
|
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, ucommon }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ccrtp-2.0.6";
|
name = "ccrtp-2.0.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnu/ccrtp/ccrtp-2.0.6.tar.gz;
|
url = mirror://gnu/ccrtp/ccrtp-2.0.9.tar.gz;
|
||||||
sha256 = "06rqwk2w5sikfb3l5bcpxszhq4g7ra840gqx1f011xrmhvclrzir";
|
sha256 = "1prh2niwa4lzvskk12j4ckr7dv141dfh8yjmpkbhbnv4gmpifci0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl pkgconfig libgcrypt ];
|
buildInputs = [ openssl pkgconfig libgcrypt ];
|
||||||
|
Loading…
Reference in New Issue
Block a user