openssh_gssapi: 9.4p1 -> 9.5p1
This commit is contained in:
parent
df07e83ff6
commit
6cba6142f7
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue