Merge pull request #38534 from Infinisil/update/openssh_hpn

openssh_hpn: 7.5p1 -> 7.6p1
This commit is contained in:
Jörg Thalheim 2018-04-08 16:50:43 +01:00 committed by GitHub
commit 314f90bce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {