Skip to content

Commit e9b0ff7

Browse files
libvirt: 10.10.0 -> 11.0.0 (#375888)
2 parents 5a140d8 + 1cce2a1 commit e9b0ff7

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

pkgs/development/libraries/libvirt/default.nix

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,20 +108,17 @@ assert enableCeph -> isLinux;
108108
assert enableGlusterfs -> isLinux;
109109
assert 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>
112111
stdenv.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 = [

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

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

1313
buildPythonPackage 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 = ''

pkgs/top-level/perl-packages.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 ];

0 commit comments

Comments
 (0)