Skip to content

Commit 1cce2a1

Browse files
r-ryantmSuperSandro2000
authored andcommitted
libvirt: 10.10.0 -> 11.0.0
1 parent 66292a4 commit 1cce2a1

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
@@ -24124,12 +24124,12 @@ with self; {
2412424124

2412524125
SysVirt = buildPerlModule rec {
2412624126
pname = "Sys-Virt";
24127-
version = "10.9.0";
24127+
version = "11.0.0";
2412824128
src = fetchFromGitLab {
2412924129
owner = "libvirt";
2413024130
repo = "libvirt-perl";
24131-
rev = "v${version}";
24132-
hash = "sha256-g2HH9Ep5cAa4qXo9/MKJmxeive6oqHQEX9C8qY+u2g4=";
24131+
tag = "v${version}";
24132+
hash = "sha256-k1fpVLWbFgZOUvCPLN6EpYgSfpwig5mHiWMRo8iRvZc=";
2413324133
};
2413424134
nativeBuildInputs = [ pkgs.pkg-config ];
2413524135
buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ];

0 commit comments

Comments
 (0)