3
0
Fork 0
forked from mirrors/nixpkgs

openssh: 8.9p1 -> 9.0p1

This commit is contained in:
Alyssa Ross 2022-04-08 10:18:44 +00:00
parent 2f84501ac0
commit 4cfdd98265
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

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 ];