libvirt: 10.5.0 -> 10.9.0
This commit is contained in:
parent
1546e0871c
commit
69119368fd
@ -34,7 +34,7 @@
|
||||
, stdenv
|
||||
, substituteAll
|
||||
, xhtml1
|
||||
, yajl
|
||||
, json_c
|
||||
, writeScript
|
||||
, nixosTests
|
||||
|
||||
@ -114,13 +114,13 @@ stdenv.mkDerivation rec {
|
||||
# NOTE: You must also bump:
|
||||
# <nixpkgs/pkgs/development/python-modules/libvirt/default.nix>
|
||||
# SysVirt in <nixpkgs/pkgs/top-level/perl-packages.nix>
|
||||
version = "10.5.0";
|
||||
version = "10.9.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Nku4l1f34NOUr23KWDH9uZu72OgMK3KfYjsRRbuTvf8=";
|
||||
hash = "sha256-LYQYA5UIKYs+8rSNZDymmrxuTWsgmukP5Y17lGB5UQs=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
@ -202,7 +202,7 @@ stdenv.mkDerivation rec {
|
||||
python3
|
||||
readline
|
||||
xhtml1
|
||||
yajl
|
||||
json_c
|
||||
] ++ lib.optionals isLinux [
|
||||
acl
|
||||
attr
|
||||
@ -312,7 +312,7 @@ stdenv.mkDerivation rec {
|
||||
(feat "ssh_proxy" isLinux)
|
||||
(feat "tests" true)
|
||||
(feat "udev" isLinux)
|
||||
(feat "yajl" true)
|
||||
(feat "json_c" true)
|
||||
|
||||
(driver "ch" isLinux)
|
||||
(driver "esx" true)
|
||||
|
Loading…
Reference in New Issue
Block a user