libvirt: 8.8.0 -> 8.8.0

This commit is contained in:
R. Ryantm 2022-10-06 15:55:45 +00:00
parent 27a89ba43b
commit 68ccf81f32

View File

@ -22610,12 +22610,12 @@ let
SysVirt = buildPerlModule rec {
pname = "Sys-Virt";
version = "8.5.0";
version = "8.8.0";
src = fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-perl";
rev = "v${version}";
hash = "sha256-VuM4rPrG15vXnF5e1MBSGB76zLI+8nkSiJmwWg8aJgE=";
hash = "sha256-8maLIW4hBbMbq+rnwEfaHsUgpppaU5K4aQTwTgUjdcI=";
};
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ];