We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88cb049 + 5bdc1ae commit 301a93bCopy full SHA for 301a93b
pkgs/by-name/dr/dropbear/package.nix
@@ -20,11 +20,11 @@ in
20
21
stdenv.mkDerivation rec {
22
pname = "dropbear";
23
- version = "2025.87";
+ version = "2025.88";
24
25
src = fetchurl {
26
url = "https://matt.ucc.asn.au/dropbear/releases/dropbear-${version}.tar.bz2";
27
- sha256 = "sha256-c4t/NYVH8MZMPhpWu8XvmNNNnsat+czfAdwL8sqivI0=";
+ sha256 = "sha256-eD9Q6iexfBbaiVePr9tt7PpEu49lkOVpik5NNnLcU9Q=";
28
};
29
30
CFLAGS = lib.pipe (lib.attrNames dflags) [
0 commit comments