Skip to content

Commit 301a93b

Browse files
authored
dropbear: 2025.87 -> 2025.88 (#405108)
2 parents 88cb049 + 5bdc1ae commit 301a93b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/dr/dropbear/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ in
2020

2121
stdenv.mkDerivation rec {
2222
pname = "dropbear";
23-
version = "2025.87";
23+
version = "2025.88";
2424

2525
src = fetchurl {
2626
url = "https://matt.ucc.asn.au/dropbear/releases/dropbear-${version}.tar.bz2";
27-
sha256 = "sha256-c4t/NYVH8MZMPhpWu8XvmNNNnsat+czfAdwL8sqivI0=";
27+
sha256 = "sha256-eD9Q6iexfBbaiVePr9tt7PpEu49lkOVpik5NNnLcU9Q=";
2828
};
2929

3030
CFLAGS = lib.pipe (lib.attrNames dflags) [

0 commit comments

Comments
 (0)