dropbear: 2025.88 -> 2025.89 (#471701)

This commit is contained in:
Martin Weinelt
2025-12-17 20:17:19 +00:00
committed by GitHub
+2 -2
View File
@@ -20,11 +20,11 @@ in
stdenv.mkDerivation rec {
pname = "dropbear";
version = "2025.88";
version = "2025.89";
src = fetchurl {
url = "https://matt.ucc.asn.au/dropbear/releases/dropbear-${version}.tar.bz2";
sha256 = "sha256-eD9Q6iexfBbaiVePr9tt7PpEu49lkOVpik5NNnLcU9Q=";
sha256 = "sha256-DR98pxHPwzbcioXmcsq5z9giOgL+LaCkp661jJ4RNjQ=";
};
CFLAGS = lib.pipe (lib.attrNames dflags) [