libvirt: 12.1.0 -> 12.2.0

Updated done using:

`$ nix-shell maintainers/scripts/update.nix --argstr package libvirt`

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com#
This commit is contained in:
Philipp Schuster
2026-04-01 17:04:34 +02:00
parent fc4b9b74d4
commit d93b8af5f1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -121,14 +121,14 @@ assert enableZfs -> isLinux;
stdenv.mkDerivation rec {
pname = "libvirt";
# if you update, also bump <nixpkgs/pkgs/development/python-modules/libvirt/default.nix> and SysVirt in <nixpkgs/pkgs/top-level/perl-packages.nix>
version = "12.1.0";
version = "12.2.0";
src = fetchFromGitLab {
owner = "libvirt";
repo = "libvirt";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-gscVarCRdj7auFHedIFVAYT1de49QOWyhdm3NVWQ5zY=";
hash = "sha256-4F5cGEMg2TNyzt9Cmc3vLXdJnSEz4X5vPOsd0rHdpi0=";
};
patches = [
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "libvirt";
version = "12.1.0";
version = "12.2.0";
pyproject = true;
src = fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-python";
tag = "v${version}";
hash = "sha256-1WxrDg3aJJ7lwIZXj3IXsyi3zSnxmknsVMmNQ8T+oHY=";
hash = "sha256-ACnRYDUb+1J7ZDFnuvktkwLGxwi91l2ursKG/NPt62o=";
};
postPatch = ''