forked from mirrors/nixpkgs
Merge pull request #134982 from helsinki-systems/upd/openssh
[staging] openssh: 8.6p1 -> 8.7p1
This commit is contained in:
commit
f2180df6b2
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue