openssh: 9.4p1 -> 9.5p1

(cherry picked from commit 2d99e37a9b)
This commit is contained in:
Janne Heß
2023-10-04 21:30:42 +02:00
committed by Leona Maroni
parent 72a3ad06ce
commit fac0ce3823

View File

@@ -6,11 +6,11 @@ in
openssh = common rec {
pname = "openssh";
version = "9.4p1";
version = "9.5p1";
src = fetchurl {
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
hash = "sha256-Ngj9kIjbIWPOs+YAyFq3nQ3j0iHlkZLqGSPiMmOGaoU=";
hash = "sha256-8Cbnt5un+1QPdRgq+W3IqPHbOV+SK7yfbKYDZyaGCGs=";
};
extraPatches = [ ./ssh-keysign-8.5.patch ];