openssh_gssapi: 9.6p1 -> 9.7p1

This is a follow up to #295133 now that the GSSAPI patch has been updated.

Upstream changes:
https://www.openssh.com/txt/release-9.7

authored by Thomas Gerbet and committed by tomf 1a462800 c227fd36

+4 -4
+4 -4
pkgs/tools/networking/openssh/default.nix
··· 58 58 59 59 openssh_gssapi = common rec { 60 60 pname = "openssh-with-gssapi"; 61 - version = "9.6p1"; 61 + version = "9.7p1"; 62 62 extraDesc = " with GSSAPI support"; 63 63 64 64 src = fetchurl { 65 65 url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz"; 66 - hash = "sha256-kQIRwHJVqMWtZUORtA7lmABxDdgRndU2LeCThap6d3w="; 66 + hash = "sha256-SQQm92bYKidj/KzY2D6j1weYdQx70q/y5X3FZg93P/0="; 67 67 }; 68 68 69 69 extraPatches = [ ··· 71 71 72 72 (fetchpatch { 73 73 name = "openssh-gssapi.patch"; 74 - url = "https://salsa.debian.org/ssh-team/openssh/raw/debian/1%25${version}-1/debian/patches/gssapi.patch"; 75 - hash = "sha256-gzDQdO6yOoN0apGj5aoKFdUkmKzFyphFUdgNhDLMp8U="; 74 + url = "https://salsa.debian.org/ssh-team/openssh/raw/debian/1%25${version}-3/debian/patches/gssapi.patch"; 75 + hash = "sha256-/lEbH5sIS+o+DStEDAghFy43nZlvcIXSFJrnvp+fDdY="; 76 76 }) 77 77 ]; 78 78