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/dqwfqn7myi754gzm0zxrga8ddjdqqg4q-update-libvirt.drv /nix/store/0iw9ajdijhjhlkqvsgblpvia2yp17mri-packages.json.drv building '/nix/store/dqwfqn7myi754gzm0zxrga8ddjdqqg4q-update-libvirt.drv'... building '/nix/store/0iw9ajdijhjhlkqvsgblpvia2yp17mri-packages.json.drv'... Going to be running update for following packages: - libvirt-10.0.0 Press Enter key to continue... Running update for: - libvirt-10.0.0: UPDATING ... - libvirt-10.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/libvirt/default.nix b/pkgs/development/libraries/libvirt/default.nix index f82c5d18fb9d..5586e790db1e 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 = "10.0.0"; + version = "10.2.0"; src = fetchFromGitLab { owner = pname; repo = pname; rev = "v${version}"; - hash = "sha256-xFl8AHcbeuydWzhJNnwZ3Bd7TQiTU8hjBxaALXvcLgE="; + hash = "sha256-6eAGAkJTZO4mzlrTzO/ezugPuu9ZJ1M2Fp4929JEDUk="; fetchSubmodules = true; }; diff --git a/pkgs/development/python-modules/libvirt/default.nix b/pkgs/development/python-modules/libvirt/default.nix index e10f7c056c6b..2b7ef0d3400a 100644 --- a/pkgs/development/python-modules/libvirt/default.nix +++ b/pkgs/development/python-modules/libvirt/default.nix @@ -2,14 +2,14 @@ buildPythonPackage rec { pname = "libvirt"; - version = "10.0.0"; + version = "10.2.0"; format = "setuptools"; src = fetchFromGitLab { owner = "libvirt"; repo = "libvirt-python"; rev = "v${version}"; - hash = "sha256-zl1Hfm7flRflNjIpLoLAlPDysYlieC05HEd/mzFW8pU="; + hash = "sha256-G/ZG4bjoVL0sTD9j8pXfXAHNZZTr1Y8j9ZYPhwklq5g="; }; nativeBuildInputs = [ pkg-config ]; diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index bf073f4b7bcf..174b8e5db853 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -23901,12 +23901,12 @@ with self; { SysVirt = buildPerlModule rec { pname = "Sys-Virt"; - version = "10.0.0"; + version = "10.2.0"; src = fetchFromGitLab { owner = "libvirt"; repo = "libvirt-perl"; rev = "v${version}"; - hash = "sha256-FK2SaerA/GB0ZAg/QXG9Ig1Cvpg6v9lh1sKPjYU52M8="; + hash = "sha256-xpgZeXk9QefqbBMsvcMh/Cg/XFGEiVi3FbU/jBbSIr0="; }; nativeBuildInputs = [ pkgs.pkg-config ]; buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ]; No auto update branch exists There might already be an open PR for this update: - libvirt: 10.0.0 -> 10.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/302247"