2022-12-03T22:48:00 libvirt 0 -> 1 2022-12-03T22:48:02 attrpath: libvirt 2022-12-03T22:48:02 Checking auto update branch... 2022-12-03T22:48:05 [version] 2022-12-03T22:48:05 [version] skipping because derivation has updateScript 2022-12-03T22:48:05 [rustCrateVersion] 2022-12-03T22:48:05 [rustCrateVersion] No cargoSha256 found 2022-12-03T22:48:05 [golangModuleVersion] 2022-12-03T22:48:05 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-03T22:48:05 [updateScript] 2022-12-03T22:48:24 [updateScript] Success 2022-12-03T22:48:24 [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-03T22:48:24 2022-12-03T22:48:24 [quotedUrls] 2022-12-03T22:48:24 [quotedUrls] nothing found to replace 2022-12-03T22:48:24 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-03T22:49:53 An auto update branch exists with message `libvirt: 8.9.0 -> 8.10.0`. New version is 8.10.0. 2022-12-03T22:49:53 An auto update branch exists with an equal or greater version