openssh: 8.9p1 -> 9.0p1

This commit is contained in:
Alyssa Ross
2022-04-08 10:26:14 +00:00
parent 2f84501ac0
commit 4cfdd98265
+2 -2
View File
@@ -6,11 +6,11 @@ in
openssh = common rec {
pname = "openssh";
version = "8.9p1";
version = "9.0p1";
src = fetchurl {
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
sha256 = "sha256:1ry5prcax0134v6srkgznpl9ch5snkgq7yvjqvd8c5mbnxa7cjgx";
sha256 = "12m2f9czvgmi7akp7xah6y7mrrpi280a3ksk47iwr7hy2q1475q3";
};
extraPatches = [ ./ssh-keysign-8.5.patch ];