perlPackages.SysVirt: 12.1.0 -> 12.4.0

Diff: https://gitlab.com/libvirt/libvirt-perl/-/compare/v12.1.0...v12.4.0
This commit is contained in:
Robert Schütz
2026-06-08 08:50:50 -07:00
parent d332c4b32e
commit 0d5bb22e5f
+2 -2
View File
@@ -32603,12 +32603,12 @@ with self;
SysVirt = buildPerlModule rec {
pname = "Sys-Virt";
version = "12.1.0";
version = "12.4.0";
src = fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-perl";
tag = "v${version}";
hash = "sha256-WjTDvmnj1i1hoC6dska1VEJOiKi+obPjGlO7T2Now+U=";
hash = "sha256-GMZvSRZnxrPvhhLOJoFnNas7+ccsGXsL6s16EAeeFJQ=";
};
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = [