openssh_gssapi: 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 3953af8272
commit 0014656c61
+2 -2
View File
@@ -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 = [