cloud-init 23.1.2 -> 23.2 https://github.com/canonical/cloud-init/releases attrpath: cloud-init 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vyr7bjdcsilfqmycsf3l6q7iyh2s6wzw-packages.json.drv building '/nix/store/vyr7bjdcsilfqmycsf3l6q7iyh2s6wzw-packages.json.drv'... Going to be running update for following packages: - cloud-init-23.1.2 Press Enter key to continue... Running update for: - cloud-init-23.1.2: UPDATING ... - cloud-init-23.1.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/virtualization/cloud-init/default.nix b/pkgs/tools/virtualization/cloud-init/default.nix index fa9b21defc7..d8fe74d665c 100644 --- a/pkgs/tools/virtualization/cloud-init/default.nix +++ b/pkgs/tools/virtualization/cloud-init/default.nix @@ -16,14 +16,14 @@ python3.pkgs.buildPythonApplication rec { pname = "cloud-init"; - version = "23.1.2"; + version = "23.2"; namePrefix = ""; src = fetchFromGitHub { owner = "canonical"; repo = "cloud-init"; rev = "refs/tags/${version}"; - hash = "sha256-tn4flcrf04hVWhqkmK4qDenXcnV93pP+C+8J63b6FXQ="; + hash = "sha256-/bhezXS5GunlgID7e/QaTC4UsQ2hDvS5HnG8Wphk64k="; }; patches = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cloud-init nix build failed. Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/bil7r5x12gzaa87hkscr51ksz8vwac9d-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/udev/66-azure-ephemeral.rules @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/x3i1xq49nbsjws2qmiagkjr534ljxbs2-0001-add-nixos-support.patch patching file cloudinit/distros/__init__.py patching file cloudinit/distros/nixos.py applying patch /nix/store/q0b9fmyxgp9rdnpjmk7r9whcv38kgr2s-0002-Add-Udhcpc-support.patch patching file cloudinit/net/dhcp.py Hunk #1 FAILED at 14. Hunk #2 FAILED at 43. Hunk #3 FAILED at 66. Hunk #4 FAILED at 107. 4 out of 4 hunks FAILED -- saving rejects to file cloudinit/net/dhcp.py.rej patching file tests/unittests/net/test_dhcp.py Hunk #1 FAILED at 12. Hunk #2 succeeded at 350 with fuzz 1 (offset 16 lines). Hunk #3 succeeded at 471 with fuzz 1 (offset 62 lines). 1 out of 3 hunks FAILED -- saving rejects to file tests/unittests/net/test_dhcp.py.rej