File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -108,20 +108,17 @@ assert enableCeph -> isLinux;
108108assert enableGlusterfs -> isLinux ;
109109assert enableZfs -> isLinux ;
110110
111- # if you update, also bump <nixpkgs/pkgs/development/python-modules/libvirt/default.nix> and SysVirt in <nixpkgs/pkgs/top-level/perl-packages.nix>
112111stdenv . mkDerivation rec {
113112 pname = "libvirt" ;
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 = "10.10.0" ;
113+ # if you update, also bump <nixpkgs/pkgs/development/python-modules/libvirt/default.nix> and SysVirt in <nixpkgs/pkgs/top-level/perl-packages.nix>
114+ version = "11.0.0" ;
118115
119116 src = fetchFromGitLab {
120- owner = pname ;
121- repo = pname ;
122- rev = "v${ version } " ;
123- hash = "sha256-czo5G+zL4NFkYehTfymgSwk3bGWcrnike2MYPzeQOPg=" ;
117+ owner = "libvirt" ;
118+ repo = "libvirt" ;
119+ tag = "v${ version } " ;
124120 fetchSubmodules = true ;
121+ hash = "sha256-QxyOc/RbWZnjA4XIDNK7xZqBcP2ciHsOlszaa5pl6XA=" ;
125122 } ;
126123
127124 patches = [
Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "libvirt" ;
15- version = "10.10 .0" ;
15+ version = "11.0 .0" ;
1616 pyproject = true ;
1717
1818 src = fetchFromGitLab {
1919 owner = "libvirt" ;
2020 repo = "libvirt-python" ;
21- rev = "v${ version } " ;
22- hash = "sha256-zOjTGXwxjd6QT01AaIln0FdP/8UZS0W3yPltUhlocpk =" ;
21+ tag = "v${ version } " ;
22+ hash = "sha256-c6viZTQFpLB+k/f45m/AZe+ggDxQbGjQgD51yCuyepc =" ;
2323 } ;
2424
2525 postPatch = ''
Original file line number Diff line number Diff line change @@ -24079,12 +24079,12 @@ with self; {
2407924079
2408024080 SysVirt = buildPerlModule rec {
2408124081 pname = "Sys-Virt";
24082- version = "10.9 .0";
24082+ version = "11.0 .0";
2408324083 src = fetchFromGitLab {
2408424084 owner = "libvirt";
2408524085 repo = "libvirt-perl";
24086- rev = "v${version}";
24087- hash = "sha256-g2HH9Ep5cAa4qXo9/MKJmxeive6oqHQEX9C8qY+u2g4 =";
24086+ tag = "v${version}";
24087+ hash = "sha256-k1fpVLWbFgZOUvCPLN6EpYgSfpwig5mHiWMRo8iRvZc =";
2408824088 };
2408924089 nativeBuildInputs = [ pkgs.pkg-config ];
2409024090 buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ];
You can’t perform that action at this time.
0 commit comments