json-glib: 1.0.2 -> 1.2.0

This commit is contained in:
Damien Cassou 2016-03-30 17:28:08 +02:00 committed by Vladimír Čunát
parent 4d968dd416
commit 3e3a24e2c6

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, glib, pkgconfig, gobjectIntrospection, dbus }:
stdenv.mkDerivation rec {
name = "json-glib-${minVer}.2";
minVer = "1.0";
name = "json-glib-${minVer}.0";
minVer = "1.2";
src = fetchurl {
url = "mirror://gnome/sources/json-glib/${minVer}/${name}.tar.xz";
sha256 = "887bd192da8f5edc53b490ec51bf3ffebd958a671f5963e4f3af32c22e35660a";
sha256 = "1lx7p1c7cl21byvfgw92n8dhm09vi6qxrs0zkx9dg3y096zdzmlr";
};
configureflags= "--with-introspection";