lol

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

+2 -2
+2 -2
pkgs/development/libraries/dbus-glib/default.nix
··· 1 1 { stdenv, fetchurl, pkgconfig, expat, gettext, libiconv, dbus, glib }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "dbus-glib-0.108"; 4 + name = "dbus-glib-0.110"; 5 5 6 6 src = fetchurl { 7 7 url = "${meta.homepage}/releases/dbus-glib/${name}.tar.gz"; 8 - sha256 = "0b307hw9j41npzr6niw1bs6ryp87m5yafg492gqwvsaj4dz0qd4z"; 8 + sha256 = "09g8swvc95bk1z6j8sw463p2v0dqmgm2zjfndf7i8sbcyq67dr3w"; 9 9 }; 10 10 11 11 outputs = [ "out" "dev" "devdoc" ];