3
0
Fork 0
forked from mirrors/nixpkgs

openssh: 8.6p1 -> 8.7p1

This commit is contained in:
Janne Heß 2021-08-20 20:13:42 +02:00
parent 6643acce72
commit deb9bd197e
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.6p1";
version = "8.7p1";
src = fetchurl {
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
sha256 = "1bnpivgk98h2f9afpp88jv6g9ps83vnpxd031n2jqxi12vdf9rn3";
sha256 = "090yxpi03pxxzb4ppx8g8hdpw7c4nf8p0avr6c7ybsaana5lp8vw";
};
extraPatches = [ ./ssh-keysign-8.5.patch ];