json-glib: update from 1.0.0 to 1.0.2

This commit is contained in:
Luca Bruno 2014-09-02 12:58:06 +02:00
parent 17e96cd1a3
commit 8a4a0a5aa0

View File

@ -7,9 +7,9 @@ stdenv.mkDerivation rec {
project = "json-glib"; project = "json-glib";
major = "1"; major = "1";
minor = "0"; minor = "0";
patchlevel = "0"; patchlevel = "2";
extension = "xz"; extension = "xz";
sha256 = "dbf558d2da989ab84a27e4e13daa51ceaa97eb959c2c2f80976c9322a8f4cdde"; sha256 = "887bd192da8f5edc53b490ec51bf3ffebd958a671f5963e4f3af32c22e35660a";
}; };
configureflags= "--with-introspection" ; configureflags= "--with-introspection" ;