Merge pull request #38603 from veprbl/patch-5

xaw3d: use an https download url
This commit is contained in:
Jörg Thalheim 2018-04-08 09:21:35 +01:00 committed by GitHub
commit ea1c5522d0
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 ];