Merge pull request #295133 from LeSuisse/openssh-9.7p1

openssh: 9.6p1 -> 9.7p1

authored by Fabián Heredia Montiel and committed by GitHub 98114f72 037dc6aa

+2 -2
+2 -2
pkgs/tools/networking/openssh/default.nix
··· 5 5 { 6 6 openssh = common rec { 7 7 pname = "openssh"; 8 - version = "9.6p1"; 8 + version = "9.7p1"; 9 9 10 10 src = fetchurl { 11 11 url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz"; 12 - hash = "sha256-kQIRwHJVqMWtZUORtA7lmABxDdgRndU2LeCThap6d3w="; 12 + hash = "sha256-SQQm92bYKidj/KzY2D6j1weYdQx70q/y5X3FZg93P/0="; 13 13 }; 14 14 15 15 extraPatches = [ ./ssh-keysign-8.5.patch ];