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

authored by Bernardo Meurer and committed by GitHub 5f7f0768 bebba420

+2 -2
+2 -2
pkgs/top-level/perl-packages.nix
··· 22610 22611 SysVirt = buildPerlModule rec { 22612 pname = "Sys-Virt"; 22613 - version = "8.5.0"; 22614 src = fetchFromGitLab { 22615 owner = "libvirt"; 22616 repo = "libvirt-perl"; 22617 rev = "v${version}"; 22618 - hash = "sha256-VuM4rPrG15vXnF5e1MBSGB76zLI+8nkSiJmwWg8aJgE="; 22619 }; 22620 nativeBuildInputs = [ pkgs.pkg-config ]; 22621 buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ];
··· 22610 22611 SysVirt = buildPerlModule rec { 22612 pname = "Sys-Virt"; 22613 + version = "8.8.0"; 22614 src = fetchFromGitLab { 22615 owner = "libvirt"; 22616 repo = "libvirt-perl"; 22617 rev = "v${version}"; 22618 + hash = "sha256-8maLIW4hBbMbq+rnwEfaHsUgpppaU5K4aQTwTgUjdcI="; 22619 }; 22620 nativeBuildInputs = [ pkgs.pkg-config ]; 22621 buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ];