libvirt: 11.5.0 -> 11.6.0 (#432946)

This commit is contained in:
Franz Pletz
2025-08-17 00:01:50 +02:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -117,14 +117,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 = "11.5.0";
version = "11.6.0";
src = fetchFromGitLab {
owner = "libvirt";
repo = "libvirt";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-wp/igqlyGqJiMCxcXFmPQgVDarVhR87Qlvuct+Eb8zA=";
hash = "sha256-t1CnShdHBCvLpw9B5iJmgLpwVc91/hwRVBefBkw4LZg=";
};
patches = [
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "libvirt";
version = "11.5.0";
version = "11.6.0";
pyproject = true;
src = fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-python";
tag = "v${version}";
hash = "sha256-8VW5MDHmGnR1DM6e9o72iQ5pFBZQQ50v2q3ansAf8g0=";
hash = "sha256-YitfYz+g3asMmwTBFTFR9pL+HDBDwI50ZThrgoIb+xQ=";
};
postPatch = ''
+2 -2
View File
@@ -32371,12 +32371,12 @@ with self;
SysVirt = buildPerlModule rec {
pname = "Sys-Virt";
version = "11.2.0";
version = "11.6.0";
src = fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-perl";
tag = "v${version}";
hash = "sha256-e/Zb9ox/ehfybpxiCAsEl97T1vjBNpRYJK/kmehPHsY=";
hash = "sha256-a3c+ESUkpfaxJ6wuwgCRUoX5+N2KmpqXBgNNVqYZ/T0=";
};
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = [