glib: maintenance 2.54.1 -> 2.54.2

This commit is contained in:
Vladimír Čunát 2017-11-27 13:54:15 +01:00
parent c465185bb7
commit 9642fb40e8
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -43,7 +43,7 @@ let
'';
ver_maj = "2.54";
ver_min = "1";
ver_min = "2";
in
stdenv.mkDerivation rec {
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/glib/${ver_maj}/${name}.tar.xz";
sha256 = "50c01b1419324f10fbf9b9709ec2164b18586968bdce7540583bf32302cf47a3";
sha256 = "bb89e5c5aad33169a8c7f28b45671c7899c12f74caf707737f784d7102758e6c";
};
patches = optional stdenv.isDarwin ./darwin-compilation.patch