libvirt-python: update to to 1.2.5 (must be kept in sync with libvirt!)
libvirt was recently updated to 1.2.5, breaking libvirt-python. This unbreaks it.
This commit is contained in:
parent
ed7b509fbf
commit
0e9741df81
1 changed files with 2 additions and 2 deletions
|
@ -9083,11 +9083,11 @@ rec {
|
|||
|
||||
libvirt = pkgs.stdenv.mkDerivation rec {
|
||||
name = "libvirt-python-${version}";
|
||||
version = "1.2.4";
|
||||
version = "1.2.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://libvirt.org/sources/python/${name}.tar.gz";
|
||||
sha256 = "0zi1mxjcv9dz5hy54lwgk9j4i8r20hhijbxxn843h2w7p1ch1wx2";
|
||||
sha256 = "0r0v48nkkxfagckizbcf67xkmyd1bnq36d30b58zmhvl0abryz7p";
|
||||
};
|
||||
|
||||
buildInputs = [ python pkgs.pkgconfig pkgs.libvirt lxml ];
|
||||
|
|
Loading…
Reference in a new issue