json-glib: 1.0.2 -> 1.2.0
This commit is contained in:
parent
4d968dd416
commit
3e3a24e2c6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user