openssh_hpn, openssh_gssapi: 10.1p1 -> 10.2p1 (#450673)

This commit is contained in:
numinit
2025-10-11 08:24:42 +00:00
committed by GitHub

View File

@@ -50,12 +50,12 @@ in
openssh_hpn = common rec {
pname = "openssh-with-hpn";
version = "10.1p1";
version = "10.2p1";
extraDesc = " with high performance networking patches";
src = fetchurl {
url = urlFor version;
hash = "sha256-ufx6K4JXlGem8vQ+SoHI4d/aYU3bT5slWq/XAgu/B1g=";
hash = "sha256-zMQsBBmTeVkmP6Hb0W2vwYxWuYTANWLSk3zlamD3mLI=";
};
extraPatches =
@@ -93,12 +93,12 @@ in
openssh_gssapi = common rec {
pname = "openssh-with-gssapi";
version = "10.1p1";
version = "10.2p1";
extraDesc = " with GSSAPI support";
src = fetchurl {
url = urlFor version;
hash = "sha256-ufx6K4JXlGem8vQ+SoHI4d/aYU3bT5slWq/XAgu/B1g=";
hash = "sha256-zMQsBBmTeVkmP6Hb0W2vwYxWuYTANWLSk3zlamD3mLI=";
};
extraPatches = [