Skip to content

Commit 4df8cc7

Browse files
authored
libvirt: 11.4.0 -> 11.5.0 (#423264)
2 parents 8b6e3e9 + 9210eb5 commit 4df8cc7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/by-name/li/libvirt/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ assert enableZfs -> isLinux;
115115
stdenv.mkDerivation rec {
116116
pname = "libvirt";
117117
# if you update, also bump <nixpkgs/pkgs/development/python-modules/libvirt/default.nix> and SysVirt in <nixpkgs/pkgs/top-level/perl-packages.nix>
118-
version = "11.4.0";
118+
version = "11.5.0";
119119

120120
src = fetchFromGitLab {
121121
owner = "libvirt";
122122
repo = "libvirt";
123123
tag = "v${version}";
124124
fetchSubmodules = true;
125-
hash = "sha256-0bOX95Ly8d1/XZan/EyxI6JaACJvOu9QsTkFNQTreqI=";
125+
hash = "sha256-wp/igqlyGqJiMCxcXFmPQgVDarVhR87Qlvuct+Eb8zA=";
126126
};
127127

128128
patches =

pkgs/development/python-modules/libvirt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "libvirt";
15-
version = "11.4.0";
15+
version = "11.5.0";
1616
pyproject = true;
1717

1818
src = fetchFromGitLab {
1919
owner = "libvirt";
2020
repo = "libvirt-python";
2121
tag = "v${version}";
22-
hash = "sha256-jI14/lBuqSqI8mnTa7dqa+B+6tU2erW6wlT8E0eTgtY=";
22+
hash = "sha256-8VW5MDHmGnR1DM6e9o72iQ5pFBZQQ50v2q3ansAf8g0=";
2323
};
2424

2525
postPatch = ''

0 commit comments

Comments
 (0)