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

libvirt: 9.4.0 -> 9.5.0

authored by Robert Scott and committed by GitHub 6bceb59d fe53548a

+4 -4
+2 -2
pkgs/development/libraries/libvirt/default.nix
··· 114 114 # NOTE: You must also bump: 115 115 # <nixpkgs/pkgs/development/python-modules/libvirt/default.nix> 116 116 # SysVirt in <nixpkgs/pkgs/top-level/perl-packages.nix> 117 - version = "9.4.0"; 117 + version = "9.5.0"; 118 118 119 119 src = fetchFromGitLab { 120 120 owner = pname; 121 121 repo = pname; 122 122 rev = "v${version}"; 123 - sha256 = "sha256-aYLXiZtbNXwJ8qmTHXv2OnyrYWK7KbwQWulTeuTbe0k="; 123 + sha256 = "sha256-u+J1ejv7JH6Lcwk8zDVUS8Vk806WvG59rLAZr0UOqj0="; 124 124 fetchSubmodules = true; 125 125 }; 126 126
+2 -2
pkgs/development/python-modules/libvirt/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "libvirt"; 5 - version = "9.4.0"; 5 + version = "9.5.0"; 6 6 7 7 src = fetchFromGitLab { 8 8 owner = "libvirt"; 9 9 repo = "libvirt-python"; 10 10 rev = "v${version}"; 11 - hash = "sha256-P5IfH93qCEIJScDRkSOAnA5D82PV1T1eUlPCQYbK0d8="; 11 + hash = "sha256-DhScwkbyCluLc/V26Y6wbZfzo1WBcLswBVzLCGs0PPs="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkg-config ];