update hpn patch version to match openssh version
so that hpn_openssh is not boken anymore
This commit is contained in:
parent
9a6484b255
commit
04163fcc81
@ -10,8 +10,8 @@ assert withKerberos -> kerberos != null;
|
|||||||
let
|
let
|
||||||
|
|
||||||
hpnSrc = fetchurl {
|
hpnSrc = fetchurl {
|
||||||
url = mirror://sourceforge/hpnssh/openssh-6.3p1-hpnssh14v2.diff.gz;
|
url = mirror://sourceforge/hpnssh/openssh-6.6p1-hpnssh14v5.diff.gz;
|
||||||
sha256 = "1jldqjwry9qpxxzb3mikfmmmv90mfb7xkmcfdbvwqac6nl3r7bi3";
|
sha256 = "682b4a6880d224ee0b7447241b684330b731018585f1ba519f46660c10d63950";
|
||||||
};
|
};
|
||||||
optionalString = stdenv.lib.optionalString;
|
optionalString = stdenv.lib.optionalString;
|
||||||
|
|
||||||
@ -83,6 +83,5 @@ stdenv.mkDerivation rec {
|
|||||||
license = "bsd"; # multi BSD GPL-2
|
license = "bsd"; # multi BSD GPL-2
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ eelco ];
|
maintainers = with maintainers; [ eelco ];
|
||||||
broken = hpnSupport; # cf. https://github.com/NixOS/nixpkgs/pull/1640
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user