lol

gtk3: use 3.12 branch for now

This is for better CSS compatibility in the upcoming release.
We also plan to ship gnome-3.12 as the default in there. Details:
https://github.com/NixOS/nixpkgs/issues/247#issuecomment-63036271

+3 -3
+3 -3
pkgs/development/libraries/gtk+/3.x.nix
··· 9 9 assert cupsSupport -> cups != null; 10 10 11 11 let 12 - ver_maj = "3.14"; 13 - ver_min = "5"; 12 + ver_maj = "3.12"; 13 + ver_min = "2"; 14 14 version = "${ver_maj}.${ver_min}"; 15 15 in 16 16 stdenv.mkDerivation rec { ··· 18 18 19 19 src = fetchurl { 20 20 url = "mirror://gnome/sources/gtk+/${ver_maj}/gtk+-${version}.tar.xz"; 21 - sha256 = "1qmv5lwqy9ax4455h8mg8py27kvv9dwrhqssmbcccik6vv6gaw5s"; 21 + sha256 = "1l45nd7ln2pnrf99vdki3l7an5wrzkbak11hnnj1w6r3fkm4xmv1"; 22 22 }; 23 23 24 24 nativeBuildInputs = [ pkgconfig gettext gobjectIntrospection perl ];