openssh: 10.4p1 -> 10.5p1

(cherry picked from commit b350ef752a)
This commit is contained in:
Morgan Jones
2026-08-13 00:03:31 -07:00
committed by github-actions[bot]
parent d7ef033e62
commit d6ea029d9c

View File

@@ -14,11 +14,11 @@ in
{
openssh = common rec {
pname = "openssh";
version = "10.4p1";
version = "10.5p1";
src = fetchurl {
url = urlFor version;
hash = "sha256-72Am3SrqjVYFljjV0yYpAsiSzrqfiDlYNeDQbT+2Mjg=";
hash = "sha256-1E0oqDnqna+WnMaRUP3lmRCys5Nh2tgaO9bL0ZIY2xE=";
};
extraPatches = [