openssh_gssapi: 9.4p1 -> 9.5p1

This commit is contained in:
Janne Heß 2023-10-04 21:31:21 +02:00
parent df07e83ff6
commit 6cba6142f7
No known key found for this signature in database

View file

@ -58,12 +58,12 @@ in
openssh_gssapi = common rec {
pname = "openssh-with-gssapi";
version = "9.4p1";
version = "9.5p1";
extraDesc = " with GSSAPI support";
src = fetchurl {
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
sha256 = "sha256-Ngj9kIjbIWPOs+YAyFq3nQ3j0iHlkZLqGSPiMmOGaoU=";
hash = "sha256-8Cbnt5un+1QPdRgq+W3IqPHbOV+SK7yfbKYDZyaGCGs=";
};
extraPatches = [