Skip to content

Commit

Permalink
openssh_hpn: fix source
Browse files Browse the repository at this point in the history
  • Loading branch information
wahjava committed Nov 23, 2020
1 parent a322b32 commit d1d6922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/openssh/default.nix
Expand Up @@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
src = if hpnSupport then
fetchurl {
url = "https://github.com/rapier1/openssh-portable/archive/hpn-KitchenSink-${replaceStrings [ "." "p" ] [ "_" "_P" ] version}.tar.gz";
sha256 = "06mr2q8d9kbj145r7mzmpm3a4ilnssibwlbjyy0bjsqrqnrll3zl";
sha256 = "1x2afjy1isslbg7qlvhhs4zhj2c8q2h1ljz0fc5b4h9pqcm9j540";
}
else
fetchurl {
Expand Down

0 comments on commit d1d6922

Please sign in to comment.