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