openssh: 8.5p1 -> 8.6p1

This commit is contained in:
Janne Heß 2021-04-19 08:33:03 +02:00
parent 7742d40a37
commit 35da81b990
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -5,11 +5,11 @@ in {
openssh = common rec {
pname = "openssh";
version = "8.5p1";
version = "8.6p1";
src = fetchurl {
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
sha256 = "09gc8rv7728chxraab85dzkdikaw4aph1wlcwcc9kai9si0kybzm";
sha256 = "1bnpivgk98h2f9afpp88jv6g9ps83vnpxd031n2jqxi12vdf9rn3";
};
extraPatches = [ ./ssh-keysign-8.5.patch ];