File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
development/python-modules/libvirt Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,14 @@ assert enableZfs -> isLinux;
115
115
stdenv . mkDerivation rec {
116
116
pname = "libvirt" ;
117
117
# 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" ;
119
119
120
120
src = fetchFromGitLab {
121
121
owner = "libvirt" ;
122
122
repo = "libvirt" ;
123
123
tag = "v${ version } " ;
124
124
fetchSubmodules = true ;
125
- hash = "sha256-0bOX95Ly8d1/XZan/EyxI6JaACJvOu9QsTkFNQTreqI =" ;
125
+ hash = "sha256-wp/igqlyGqJiMCxcXFmPQgVDarVhR87Qlvuct+Eb8zA =" ;
126
126
} ;
127
127
128
128
patches =
Original file line number Diff line number Diff line change 12
12
13
13
buildPythonPackage rec {
14
14
pname = "libvirt" ;
15
- version = "11.4 .0" ;
15
+ version = "11.5 .0" ;
16
16
pyproject = true ;
17
17
18
18
src = fetchFromGitLab {
19
19
owner = "libvirt" ;
20
20
repo = "libvirt-python" ;
21
21
tag = "v${ version } " ;
22
- hash = "sha256-jI14/lBuqSqI8mnTa7dqa+B+6tU2erW6wlT8E0eTgtY =" ;
22
+ hash = "sha256-8VW5MDHmGnR1DM6e9o72iQ5pFBZQQ50v2q3ansAf8g0 =" ;
23
23
} ;
24
24
25
25
postPatch = ''
You can’t perform that action at this time.
0 commit comments