perlPackages.SysVirt: 10.2.0 -> 10.9.0
This commit is contained in:
parent
e6f77dadc3
commit
df6ffb0152
@ -24077,12 +24077,12 @@ with self; {
|
|||||||
|
|
||||||
SysVirt = buildPerlModule rec {
|
SysVirt = buildPerlModule rec {
|
||||||
pname = "Sys-Virt";
|
pname = "Sys-Virt";
|
||||||
version = "10.2.0";
|
version = "10.9.0";
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "libvirt";
|
owner = "libvirt";
|
||||||
repo = "libvirt-perl";
|
repo = "libvirt-perl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-xpgZeXk9QefqbBMsvcMh/Cg/XFGEiVi3FbU/jBbSIr0=";
|
hash = "sha256-g2HH9Ep5cAa4qXo9/MKJmxeive6oqHQEX9C8qY+u2g4=";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||||
buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ];
|
buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ];
|
||||||
|
Loading…
Reference in New Issue
Block a user