Merge pull request #204068 from r-ryantm/auto-update/dropbear

dropbear: 2022.82 -> 2022.83
This commit is contained in:
Fabian Affolter 2022-12-04 14:26:37 +01:00 committed by GitHub
commit 60e335ed38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dropbear"; pname = "dropbear";
version = "2022.82"; version = "2022.83";
src = fetchurl { src = fetchurl {
url = "https://matt.ucc.asn.au/dropbear/releases/dropbear-${version}.tar.bz2"; url = "https://matt.ucc.asn.au/dropbear/releases/dropbear-${version}.tar.bz2";
sha256 = "sha256-OgONK7wCvyi73SDAEgkfdBo+xcvkYGkYEdcUh2qtddE="; sha256 = "sha256-vFoSH/vJS1FxrV6+Ab5CdG1Qqnl8lUmkY5iUoWdJRDs=";
}; };
dontDisableStatic = enableStatic; dontDisableStatic = enableStatic;
@ -52,8 +52,9 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib libxcrypt ] ++ lib.optionals enableStatic [ glibc.static zlib.static ]; buildInputs = [ zlib libxcrypt ] ++ lib.optionals enableStatic [ glibc.static zlib.static ];
meta = with lib; { meta = with lib; {
homepage = "https://matt.ucc.asn.au/dropbear/dropbear.html";
description = "A small footprint implementation of the SSH 2 protocol"; description = "A small footprint implementation of the SSH 2 protocol";
homepage = "https://matt.ucc.asn.au/dropbear/dropbear.html";
changelog = "https://github.com/mkj/dropbear/raw/DROPBEAR_${version}/CHANGES";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux; platforms = platforms.linux;