Update dbus and dbus-glib to the latest stable versions
Drop unstable versions svn path=/nixpkgs/branches/stdenv-updates/; revision=30893
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, pkgconfig, expat, gettext, libiconv, dbus, glib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dbus-glib-0.86";
|
||||
name = "dbus-glib-0.98";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/releases/dbus-glib/${name}.tar.gz";
|
||||
sha256 = "1p0bm5p8g8h0mimhj0d58dqdrhfipvcwv95l6hf69z4gygksclak";
|
||||
sha256 = "04fiwld5yaxyggxlvdmbaqkngh4fn8gfkkqckcp3274bpgb82z19";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig expat gettext ]
|
||||
|
||||
Reference in New Issue
Block a user