gkt3: maintenance 3.22.21 -> 3.22.24

This commit is contained in:
Vladimír Čunát 2017-10-08 11:49:11 +02:00
parent 714a168052
commit 15a12f7edb
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 = "21";
ver_min = "24";
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 = "1bd3c1a85cfb4db112cabb5379abb05a1a94fe43052d309d573493fca00e6b87";
sha256 = "cbb16e4cfc928ab8f5f22f7290616f95f6ebc8c97cc724a2007b07ced833592b";
};
outputs = [ "out" "dev" ];