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