3
0
Fork 0
forked from mirrors/nixpkgs

dbus-glib: 0.108 -> 0.110

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/dbus-glib/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.110 with grep in /nix/store/745gjl73bz311i35h57d3slqd320bvjr-dbus-glib-0.110
- directory tree listing: https://gist.github.com/87d5b9565bc23aa3acfd68aaa8d88725
This commit is contained in:
R. RyanTM 2018-04-11 00:38:26 -07:00
parent f28bf68bc4
commit 0d2f4615af

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, expat, gettext, libiconv, dbus, glib }:
stdenv.mkDerivation rec {
name = "dbus-glib-0.108";
name = "dbus-glib-0.110";
src = fetchurl {
url = "${meta.homepage}/releases/dbus-glib/${name}.tar.gz";
sha256 = "0b307hw9j41npzr6niw1bs6ryp87m5yafg492gqwvsaj4dz0qd4z";
sha256 = "09g8swvc95bk1z6j8sw463p2v0dqmgm2zjfndf7i8sbcyq67dr3w";
};
outputs = [ "out" "dev" "devdoc" ];