openssh_gssapi: 10.2p1 -> 10.3p1

This commit is contained in:
Morgan Jones
2026-04-19 16:45:03 -07:00
parent 984a67b82f
commit 52b76ad35e
+4 -4
View File
@@ -83,12 +83,12 @@ in
openssh_gssapi = common rec {
pname = "openssh-with-gssapi";
version = "10.2p1";
version = "10.3p1";
extraDesc = " with GSSAPI support";
src = fetchurl {
url = urlFor version;
hash = "sha256-zMQsBBmTeVkmP6Hb0W2vwYxWuYTANWLSk3zlamD3mLI=";
hash = "sha256-VmgqNruS3PS08Bb9jsjnQFm3mo3iXBXWcNcx59GORfQ=";
};
extraPatches = [
@@ -96,8 +96,8 @@ in
(fetchpatch {
name = "openssh-gssapi.patch";
url = "https://salsa.debian.org/ssh-team/openssh/raw/debian/1%2510.2p1-6/debian/patches/gssapi.patch";
hash = "sha256-mYrJJrE6l0r/VYLWlOTGkKLzj9Dj4wOLgJyW/NLGaeo=";
url = "https://salsa.debian.org/ssh-team/openssh/raw/debian/1%2510.3p1-1/debian/patches/gssapi.patch";
hash = "sha256-gs5Vw4f/TDxmme1DbrtgwvWcPGGmYIWE/A4JWa551zA=";
})
];