mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
openssh_hpn: 7.5p1 -> 7.6p1
This commit is contained in:
parent
e1da086e75
commit
734bae2036
1 changed files with 3 additions and 3 deletions
|
@ -21,12 +21,12 @@ in
|
|||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openssh-${version}";
|
||||
version = if hpnSupport then "7.5p1" else "7.6p1";
|
||||
version = if hpnSupport then "7.6p1" else "7.6p1";
|
||||
|
||||
src = if hpnSupport then
|
||||
fetchurl {
|
||||
url = "https://github.com/rapier1/openssh-portable/archive/hpn-KitchenSink-7_5_P1.tar.gz";
|
||||
sha256 = "1hasdcfjl6xf5nbbbvqyyq5v7ad10nywrq89j7naxz9wln58nhnn";
|
||||
url = "https://github.com/rapier1/openssh-portable/archive/hpn-KitchenSink-7_6_P1.tar.gz";
|
||||
sha256 = "15b1zjk9f3jlxji1vpqfla40cnzy8hv2clk925cvpgz7lqgv4a1d";
|
||||
}
|
||||
else
|
||||
fetchurl {
|
||||
|
|
Loading…
Reference in a new issue