mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
openssh: 6.8p1 -> 6.9p1
This commit is contained in:
parent
81ace52e89
commit
243b2f79ce
@ -17,11 +17,11 @@ let
|
||||
in
|
||||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openssh-6.8p1";
|
||||
name = "openssh-6.9p1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://openbsd/OpenSSH/portable/${name}.tar.gz";
|
||||
sha256 = "03hnrqvjq6ghg1mp3gkarfxh6g3x1n1vjrzpbc5lh9717vklrxiz";
|
||||
sha256 = "1zkci5nbpb4frmzj2vr3kv9j47x2h72kvybcpr0d8mzk73sls1vf";
|
||||
};
|
||||
|
||||
prePatch = optionalString hpnSupport
|
||||
|
Loading…
Reference in New Issue
Block a user