2022-12-05T17:31:54 libvirt 0 -> 1 2022-12-05T17:31:57 attrpath: libvirt 2022-12-05T17:31:57 Checking auto update branch... 2022-12-05T17:32:00 [version] 2022-12-05T17:32:00 [version] skipping because derivation has updateScript 2022-12-05T17:32:00 [rustCrateVersion] 2022-12-05T17:32:00 [rustCrateVersion] No cargoSha256 found 2022-12-05T17:32:00 [golangModuleVersion] 2022-12-05T17:32:00 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-05T17:32:00 [updateScript] 2022-12-05T17:32:18 [updateScript] Success 2022-12-05T17:32:18 [updateScript] these 2 derivations will be built: /nix/store/s7ns8z6h2ivk5yz0m2ghr9s58n2lgglf-update-libvirt.drv /nix/store/mrhxc046dvs6hsbyx01p05q169qjr6yn-packages.json.drv building '/nix/store/s7ns8z6h2ivk5yz0m2ghr9s58n2lgglf-update-libvirt.drv'... building '/nix/store/mrhxc046dvs6hsbyx01p05q169qjr6yn-packages.json.drv'... Going to be running update for following packages: - libvirt-8.9.0 Press Enter key to continue... Running update for: - libvirt-8.9.0: UPDATING ... - libvirt-8.9.0: DONE. Packages updated! 2022-12-05T17:32:18 2022-12-05T17:32:18 [quotedUrls] 2022-12-05T17:32:18 [quotedUrls] nothing found to replace 2022-12-05T17:32:19 Diff after rewrites: diff --git a/pkgs/development/libraries/libvirt/default.nix b/pkgs/development/libraries/libvirt/default.nix index 49cf1907bfd..a9271ab12d8 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 = "8.9.0"; + version = "8.10.0"; src = fetchFromGitLab { owner = pname; repo = pname; rev = "v${version}"; - sha256 = "sha256-79frEYItbf1weOkrcyI/Z/TjTg6kLMQbteaTi9LAt0g="; + sha256 = "sha256-MboJLQ0R3l9lUQDjNVACvmxISjypvfxxMHSKF0+k6WM="; fetchSubmodules = true; }; diff --git a/pkgs/development/python-modules/libvirt/default.nix b/pkgs/development/python-modules/libvirt/default.nix index a2f3f9c732a..f3dd61f8494 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 = "8.9.0"; + version = "8.10.0"; src = fetchFromGitLab { owner = "libvirt"; repo = "libvirt-python"; rev = "v${version}"; - sha256 = "sha256-vquchyGJlpg0R0R6Wh2MWB5RUZ3jzOQYzUoLwiLxIy8="; + sha256 = "sha256-f2ZWBNCgylKQCmbLCaJsIb5alvZDRZUWQAMOMsxwGbk="; }; nativeBuildInputs = [ pkg-config ]; 2022-12-05T17:33:51 An auto update branch exists with message `libvirt: add changelog to meta`. New version is 8.10.0. 2022-12-05T17:33:51 The auto update branch does not match or exceed the new version. 2022-12-05T17:33:52 There might already be an open PR for this update: - libvirt: 8.9.0 -> 8.10.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/204162"