libvirt 9.2.0 -> 9.3.0 https://repology.org/project/libvirt/versions attrpath: libvirt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/3vr7wqr6v9i4v012hf2gqyg2vbfjs1r0-update-libvirt.drv /nix/store/daxhfns1cv5jcwqbr4bq7rfpmdlp238n-packages.json.drv building '/nix/store/3vr7wqr6v9i4v012hf2gqyg2vbfjs1r0-update-libvirt.drv'... building '/nix/store/daxhfns1cv5jcwqbr4bq7rfpmdlp238n-packages.json.drv'... Going to be running update for following packages: - libvirt-9.2.0 Press Enter key to continue... Running update for: - libvirt-9.2.0: UPDATING ... - libvirt-9.2.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/libvirt/default.nix b/pkgs/development/libraries/libvirt/default.nix index 5ed917b123a..3a0ff214c51 100644 --- a/pkgs/development/libraries/libvirt/default.nix +++ b/pkgs/development/libraries/libvirt/default.nix @@ -114,13 +114,13 @@ stdenv.mkDerivation rec { # NOTE: You must also bump: # # SysVirt in - version = "9.2.0"; + version = "9.3.0"; src = fetchFromGitLab { owner = pname; repo = pname; rev = "v${version}"; - sha256 = "sha256-uASIfQVbY/5I/PELEB6EGzzHfcgY4jIolbyH05TgiLA="; + sha256 = "sha256-+7MBDiKC0AR6pKZsaHG8rxdd5pChf3KrRQKtaRp0kVg="; fetchSubmodules = true; }; diff --git a/pkgs/development/python-modules/libvirt/default.nix b/pkgs/development/python-modules/libvirt/default.nix index 9f34ffcf348..d6de752d3da 100644 --- a/pkgs/development/python-modules/libvirt/default.nix +++ b/pkgs/development/python-modules/libvirt/default.nix @@ -2,13 +2,13 @@ buildPythonPackage rec { pname = "libvirt"; - version = "9.2.0"; + version = "9.3.0"; src = fetchFromGitLab { owner = "libvirt"; repo = "libvirt-python"; rev = "v${version}"; - hash = "sha256-htJPNFiY0WuQlgfFkLh3RUmnx2X4aQ0+iUQgZ1+HDp0="; + hash = "sha256-opJJms0BlPiEGOGhfQc+T6iqKF4a1VCqzJmXAJNqeB0="; }; nativeBuildInputs = [ pkg-config ]; diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 3a6a76c5a02..9b8f1987d03 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -22782,12 +22782,12 @@ with self; { SysVirt = buildPerlModule rec { pname = "Sys-Virt"; - version = "9.0.0"; + version = "9.2.0"; src = fetchFromGitLab { owner = "libvirt"; repo = "libvirt-perl"; rev = "v${version}"; - hash = "sha256-QiaB272kxs/Y3/l8KbFy8f9iyOCxhzfA/h2FnfGzmE4="; + hash = "sha256-uN4DxUpndYd5Tv1OZfDJQbNt4+fprp3JVhOc7khoiow="; }; nativeBuildInputs = [ pkgs.pkg-config ]; buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ]; An auto update branch exists with message `libvirt: 9.2.0 -> 9.3.0`. New version is 9.3.0. An auto update branch exists with an equal or greater version