2022-12-10T00:05:38 libvirt 0 -> 1 2022-12-10T00:05:41 attrpath: libvirt 2022-12-10T00:05:41 Checking auto update branch... 2022-12-10T00:05:44 [version] 2022-12-10T00:05:44 [version] skipping because derivation has updateScript 2022-12-10T00:05:44 [rustCrateVersion] 2022-12-10T00:05:44 [rustCrateVersion] No cargoSha256 found 2022-12-10T00:05:44 [golangModuleVersion] 2022-12-10T00:05:44 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-10T00:05:44 [updateScript] 2022-12-10T00:06:06 [updateScript] Success 2022-12-10T00:06:06 [updateScript] these 2 derivations will be built: /nix/store/swp2p0ay5i4jhx7klrmvpdgx3ny5i5sk-update-libvirt.drv /nix/store/w8wx7zml938xiryrcqzbq3b7hvqlamp5-packages.json.drv building '/nix/store/swp2p0ay5i4jhx7klrmvpdgx3ny5i5sk-update-libvirt.drv'... building '/nix/store/w8wx7zml938xiryrcqzbq3b7hvqlamp5-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-10T00:06:06 2022-12-10T00:06:06 [quotedUrls] 2022-12-10T00:06:06 [quotedUrls] nothing found to replace 2022-12-10T00:06:06 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 ]; diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index c9879db7165..97d0eec8847 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -22638,12 +22638,12 @@ let SysVirt = buildPerlModule rec { pname = "Sys-Virt"; - version = "8.9.0"; + version = "8.10.0"; src = fetchFromGitLab { owner = "libvirt"; repo = "libvirt-perl"; rev = "v${version}"; - hash = "sha256-s3N4KU0JnIXHKOme+2Vxapd6o8QeT6lUAb+r5i9Ogv0="; + hash = "sha256-rVTofRtnYDF5CmWp3SB2+kJZz4u6+OTzNAUwiDrqdTo="; }; nativeBuildInputs = [ pkgs.pkg-config ]; buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ]; 2022-12-10T00:07:32 An auto update branch exists with message `libvirt: add changelog to meta`. New version is 8.10.0. 2022-12-10T00:07:32 The auto update branch does not match or exceed the new version. 2022-12-10T00:07:33 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"