3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #134982 from helsinki-systems/upd/openssh

[staging] openssh: 8.6p1 -> 8.7p1
This commit is contained in:
Martin Weinelt 2021-09-06 02:59:14 +02:00 committed by GitHub
commit f2180df6b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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