xaw3d: use an https download url

This commit is contained in:
Dmitry Kalinkin 2018-04-08 01:37:32 -04:00 committed by GitHub
parent 4b7f2dd622
commit 669737089a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,7 @@
stdenv.mkDerivation {
name = "Xaw3d-1.6.2";
src = fetchurl {
urls = [
ftp://ftp.x.org/pub/xorg/individual/lib/libXaw3d-1.6.2.tar.bz2
];
url = https://www.x.org/releases/individual/lib/libXaw3d-1.6.2.tar.bz2;
sha256 = "0awplv1nf53ywv01yxphga3v6dcniwqnxgnb0cn4khb121l12kxp";
};
nativeBuildInputs = [ pkgconfig ];