Commit f26f9df0 authored by R. RyanTM's avatar R. RyanTM
Browse files

libvirt: 11.5.0 -> 11.6.0

parent a2a025b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+2 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -32347,12 +32347,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 = [