openssh: 9.6p1 -> 9.7p1

Changes:
https://www.openssh.com/txt/release-9.7
This commit is contained in:
Thomas Gerbet 2024-03-11 22:55:15 +01:00
parent d4099372a1
commit 41ba7c816b

View file

@ -5,11 +5,11 @@ in
{
openssh = common rec {
pname = "openssh";
version = "9.6p1";
version = "9.7p1";
src = fetchurl {
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
hash = "sha256-kQIRwHJVqMWtZUORtA7lmABxDdgRndU2LeCThap6d3w=";
hash = "sha256-SQQm92bYKidj/KzY2D6j1weYdQx70q/y5X3FZg93P/0=";
};
extraPatches = [ ./ssh-keysign-8.5.patch ];