mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
openssh: 7.1p2 -> 7.2p1
This commit is contained in:
parent
d2e15a02d7
commit
7f8d50b443
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@ let
|
|||
in
|
||||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openssh-7.1p2";
|
||||
name = "openssh-7.2p1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://openbsd/OpenSSH/portable/${name}.tar.gz";
|
||||
sha256 = "1gbbvszz74lkc7b2mqr3ccgpm65zj0k5h7a2ssh0c7pjvhjg0xfx";
|
||||
sha256 = "1hsa1f3641pdj57a55gmnvcya3wwww2fc2cvb77y95rm5xxw6g4p";
|
||||
};
|
||||
|
||||
prePatch = optionalString hpnSupport
|
||||
|
|
Loading…
Reference in a new issue