openssh_hpn: 10.1p1 -> 10.2p1

Changes:
https://www.openssh.com/releasenotes.html#10.2p1
This commit is contained in:
Thomas Gerbet
2025-10-10 20:16:55 +02:00
committed by Thomas Gerbet
parent a03569f2e5
commit 3953af8272
+2 -2
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 =