avahi: update from 0.6.30 to 0.6.31

This commit is contained in:
Nixpkgs Monitor 2013-12-04 06:56:57 +02:00 committed by Evgeny Egorochkin
parent 56aa0d9e68
commit ad14c262f2

View File

@ -7,11 +7,11 @@
assert qt4Support -> qt4 != null;
stdenv.mkDerivation rec {
name = "avahi-0.6.30";
name = "avahi-0.6.31";
src = fetchurl {
url = "${meta.homepage}/download/${name}.tar.gz";
sha256 = "07zzaxs81rbrfhj0rnq616c3j37f3g84dn7d4q3h5l1r4dn33r7r";
sha256 = "0j5b5ld6bjyh3qhd2nw0jb84znq0wqai7fsrdzg7bpg24jdp2wl3";
};
patches = [ ./no-mkdir-localstatedir.patch ];