libvirt 0 -> 1 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/g0yaxhrz1vnwh2wj9jlmpmkq0978h99b-update-libvirt.drv /nix/store/qjhq6mx4l2wrki7lpbhpy45xdajq3s78-packages.json.drv building '/nix/store/g0yaxhrz1vnwh2wj9jlmpmkq0978h99b-update-libvirt.drv'... building '/nix/store/qjhq6mx4l2wrki7lpbhpy45xdajq3s78-packages.json.drv'... Going to be running update for following packages: - libvirt-9.7.0 Press Enter key to continue... Running update for: - libvirt-9.7.0: UPDATING ... - libvirt-9.7.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 658a24b8d814..71d0c1a80ef6 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.7.0"; + version = "9.8.0"; src = fetchFromGitLab { owner = pname; repo = pname; rev = "v${version}"; - sha256 = "sha256-7huo2UsbNG/HG2dpdVT5qcJuFmYZE6Jdave8Gb1kHME="; + sha256 = "sha256-HERkOkNgDxhJ1Q8G6Dh1nnXpGj56eaDIesVyMri8uSw="; fetchSubmodules = true; }; diff --git a/pkgs/development/python-modules/libvirt/default.nix b/pkgs/development/python-modules/libvirt/default.nix index abc87f9d787c..4b083d965f73 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.7.0"; + version = "9.8.0"; src = fetchFromGitLab { owner = "libvirt"; repo = "libvirt-python"; rev = "v${version}"; - hash = "sha256-DFZPZx+jkxdNha+h50IXxl6wOwA1VjudRICgxD2V4+k="; + hash = "sha256-zTHcDSBJwT3yCwOiQcOwCeCOl9v5JCEznPyTBqlFD34="; }; nativeBuildInputs = [ pkg-config ]; An auto update branch exists with message `libvirt: 9.7.0 -> 9.8.0`. New version is 9.8.0. An auto update branch exists with an equal or greater version