gtk3: maintenance 3.22.5 -> 3.22.6

This commit is contained in:
Vladimír Čunát 2017-01-06 21:36:21 +01:00
parent 9a9912a3e4
commit 5ab9e23561
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -13,7 +13,7 @@ with stdenv.lib;
let
ver_maj = "3.22";
ver_min = "5";
ver_min = "6";
version = "${ver_maj}.${ver_min}";
in
stdenv.mkDerivation rec {
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/gtk+/${ver_maj}/gtk+-${version}.tar.xz";
sha256 = "693fa0ac643c59ccd51db99cabe476b4e0a41fd4f0c3c8b3e3ef38f94b2e7334";
sha256 = "eba75a216a117f4391beb2971ba20ff8a1823f109893f0ab6c2eac2210ea172f";
};
outputs = [ "out" "dev" ];