mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
cairomm: use a mirror that actually contains the file
This commit is contained in:
parent
b9f511d279
commit
3e48bb2444
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user