Skip to content

Commit

Permalink
Merge pull request #107812 from nh2/20.09-pr-103803-backport-fix-open…
Browse files Browse the repository at this point in the history
…ssh-hpn-sha

[20.09] openssh: fix hpn sha256
  • Loading branch information
nh2 committed Dec 30, 2020
2 parents 0a954ac + 04d5b1e commit 352ae0b
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 352ae0b

Please sign in to comment.