Merge pull request #102088 from r-ryantm/auto-update/bctoolbox
This commit is contained in:
commit
01a2c44c15
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bctoolbox";
|
pname = "bctoolbox";
|
||||||
version = "4.4.0";
|
version = "4.4.6";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake bcunit ];
|
nativeBuildInputs = [ cmake bcunit ];
|
||||||
buildInputs = [ mbedtls ];
|
buildInputs = [ mbedtls ];
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
group = "BC";
|
group = "BC";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1r3ymwk10ry6mz4zd08q7l5msq7h15931l7f0clw2siqs8r81x7c";
|
sha256 = "1vlvnpkks5mm6ppdmp88mdn39f3ynig6qas83nkjn7x47z2zr6x0";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Do not build static libraries
|
# Do not build static libraries
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://gitlab.linphone.org/BC/public/bctoolbox";
|
homepage = "https://gitlab.linphone.org/BC/public/bctoolbox";
|
||||||
# Still using GPLv2 but as the rest of the Linphone projects have switched
|
# Still using GPLv2 but as the rest of the Linphone projects have switched
|
||||||
# to GPLv3, this might too, so check this when bumping the version number.
|
# to GPLv3, this might too, so check this when bumping the version number.
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ raskin jluttine ];
|
maintainers = with maintainers; [ raskin jluttine ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user