libvirt: 2.5.0 -> 3.0.0

This commit is contained in:
Franz Pletz 2017-01-22 10:31:26 +01:00
parent 152f1131c4
commit a50ff980be
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -9,11 +9,11 @@
# if you update, also bump pythonPackages.libvirt or it will break # if you update, also bump pythonPackages.libvirt or it will break
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libvirt-${version}"; name = "libvirt-${version}";
version = "2.5.0"; version = "3.0.0";
src = fetchurl { src = fetchurl {
url = "http://libvirt.org/sources/${name}.tar.xz"; url = "http://libvirt.org/sources/${name}.tar.xz";
sha256 = "07nbh6zhaxx5i1s1acnppf8rzkzb2ppgv35jw7grbbnnpzpzz7c1"; sha256 = "0php6wxjcilpir0miwg06yd2ha25zi9fv2apvvgv5c8k1svjd7cx";
}; };
patches = [ ./build-on-bsd.patch ]; patches = [ ./build-on-bsd.patch ];