perlPackages.SysVirt: 7.10.0 -> 8.1.0

This commit is contained in:
Bernardo Meurer
2022-03-14 11:41:58 -07:00
parent 165a9f08e6
commit 1fef27cc11
+3 -3
View File
@@ -20782,12 +20782,12 @@ let
SysVirt = buildPerlModule rec {
pname = "Sys-Virt";
version = "7.10.0";
version = "8.1.0";
src = fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-perl";
rev = "v7.10.0";
sha256 = "sha256-cXuzg4bBwCftdZhz3e50L+4fO0RWX5Tl8zDOoydECd4=";
rev = "v${version}";
sha256 = "sha256-9cjH4hIIxB+Pv9+ck6xg8KmfM8jtVFKVQNGLYr2AnAM=";
};
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ];