cairomm: use a mirror that actually contains the file

This commit is contained in:
Vladimír Čunát 2016-12-03 14:13:57 +01:00
parent b9f511d279
commit 3e48bb2444
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -7,7 +7,9 @@ stdenv.mkDerivation rec {
name = "cairomm-${ver_maj}.${ver_min}";
src = fetchurl {
url = "mirror://gnome/sources/cairomm/${ver_maj}/${name}.tar.xz";
url = "http://www.cairographics.org/releases/${name}.tar.gz";
# gnome doesn't have the latest version ATM
#url = "mirror://gnome/sources/cairomm/${ver_maj}/${name}.tar.xz";
sha256 = "16fmigxsaz85c3lgcls7biwyz8zy8c8h3jndfm54cxxas3a7zi25";
};