gobjectIntrospection: 1.52.1 → 1.54.1

This commit is contained in:
Jan Tojnar 2017-09-26 21:19:21 +02:00
parent 185484d6ac
commit c2bc772203
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -7,7 +7,7 @@
# In that case its about 6MB which could be separated
let
ver_maj = "1.52";
ver_maj = "1.54";
ver_min = "1";
in
with stdenv.lib;
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/gobject-introspection/${ver_maj}/${name}.tar.xz";
sha256 = "1x5gkyrglv3dn9b4fsgw6asqgjw1wj7qc37g9pyac6pyaa6w7l1f";
sha256 = "0zl7pfkzkm07733391b4f3cwjbnvb1nwvpmajf5bajh6bxgfv3dq";
};
outputs = [ "out" "dev" ];