3
0
Fork 0
forked from mirrors/nixpkgs

cairomm: fixup url

I've got no idea why there are two tarballs with same name but different
hash.
This commit is contained in:
Vladimír Čunát 2016-12-04 20:21:25 +01:00
parent ad0d7f6a05
commit ae0bfae810
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -7,9 +7,9 @@ stdenv.mkDerivation rec {
name = "cairomm-${ver_maj}.${ver_min}";
src = fetchurl {
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";
#url = "http://www.cairographics.org/releases/${name}.tar.gz";
# gnome doesn't have the latest version ATM; beware: same name but different hash
url = "mirror://gnome/sources/cairomm/${ver_maj}/${name}.tar.xz";
sha256 = "a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6";
};