openssh_hpn: 9.0p1 -> 9.1p1

authored by Ashish SHUKLA and committed by winter.bsky.social c9dc68ef e82d8ad7

+2 -2
+2 -2
pkgs/tools/networking/openssh/default.nix
··· 19 20 openssh_hpn = common rec { 21 pname = "openssh-with-hpn"; 22 - version = "9.0p1"; 23 extraDesc = " with high performance networking patches"; 24 25 src = fetchurl { 26 url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz"; 27 - sha256 = "12m2f9czvgmi7akp7xah6y7mrrpi280a3ksk47iwr7hy2q1475q3"; 28 }; 29 30 extraPatches = [
··· 19 20 openssh_hpn = common rec { 21 pname = "openssh-with-hpn"; 22 + version = "9.1p1"; 23 extraDesc = " with high performance networking patches"; 24 25 src = fetchurl { 26 url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz"; 27 + hash = "sha256-GfhQCcfj4jeH8CNvuxV4OSq01L+fjsX+a8HNfov90og="; 28 }; 29 30 extraPatches = [