Merge pull request #167852 from alyssais/openssh-9.0p1

openssh: 8.9p1 -> 9.0p1
This commit is contained in:
Janne Heß
2022-04-08 20:21:53 +02:00
committed by GitHub
+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 ];