openssh: 10.3p1 -> 10.4p1

This commit is contained in:
Morgan Jones
2026-07-07 20:15:46 -07:00
parent 2a4e1762f5
commit fe385d83f2
+2 -2
View File
@@ -14,11 +14,11 @@ in
{
openssh = common rec {
pname = "openssh";
version = "10.3p1";
version = "10.4p1";
src = fetchurl {
url = urlFor version;
hash = "sha256-VmgqNruS3PS08Bb9jsjnQFm3mo3iXBXWcNcx59GORfQ=";
hash = "sha256-72Am3SrqjVYFljjV0yYpAsiSzrqfiDlYNeDQbT+2Mjg=";
};
extraPatches = [