Skip to content

Commit

Permalink
libvirt: 8.7.0 -> 8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and fpletz committed Oct 5, 2022
1 parent 56c5610 commit 032490f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libvirt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ stdenv.mkDerivation rec {
# NOTE: You must also bump:
# <nixpkgs/pkgs/development/python-modules/libvirt/default.nix>
# SysVirt in <nixpkgs/pkgs/top-level/perl-packages.nix>
version = "8.7.0";
version = "8.8.0";

src = fetchFromGitLab {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-5F6Ibp3k7I1mwv8DNZ7rsW0wOw5q3vHtCUc7jJUNzrs=";
sha256 = "sha256-p7z+paiSeIm2cWnc6n9Hrd++BDmccGj+EOhqHNsJiXw=";
fetchSubmodules = true;
};

Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/libvirt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildPythonPackage rec {
pname = "libvirt";
version = "8.7.0";
version = "8.8.0";

src = fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-python";
rev = "v${version}";
sha256 = "sha256-B7pJDFjamFtNAhnPWMzNUWFEBhM48y0QG4MUtX7GP4o=";
sha256 = "sha256-UguqUsIfrql1UZeBoHLKXvLYuWicbJWamglkvqS++FI=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 032490f

Please sign in to comment.