mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
cairomm: fixup url
I've got no idea why there are two tarballs with same name but different hash.
This commit is contained in:
parent
ad0d7f6a05
commit
ae0bfae810
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue