mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
new openssh
svn path=/nixpkgs/trunk/; revision=8394
This commit is contained in:
parent
8d72c826e2
commit
3463f1deeb
@ -5,11 +5,11 @@
|
||||
assert pamSupport -> pam != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "openssh-4.5p1";
|
||||
name = "openssh-4.6p1";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://sunsite.cnlab-switch.ch/pub/OpenBSD/OpenSSH/portable/openssh-4.5p1.tar.gz;
|
||||
md5 = "6468c339886f78e8a149b88f695839dd";
|
||||
url = ftp://ftp.nluug.nl/pub/security/OpenSSH/openssh-4.6p1.tar.gz;
|
||||
sha256 = "0fpjlr3bfind0y94bk442x2ps060byv1s4cnrgcxij40m9zjggkv";
|
||||
};
|
||||
|
||||
buildInputs = [zlib openssl perl
|
||||
|
Loading…
Reference in New Issue
Block a user