Merge pull request #194769 from r-ryantm/auto-update/libvirt

This commit is contained in:
Bernardo Meurer 2022-10-06 13:31:02 -03:00 committed by GitHub
commit 5f7f076822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];