cloud-init 23.3.3 -> 23.4 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p1zj54lh7asz24xw1jp10vpfwff9swrm-packages.json.drv building '/nix/store/p1zj54lh7asz24xw1jp10vpfwff9swrm-packages.json.drv'... Going to be running update for following packages: - cloud-init-23.3.3 Press Enter key to continue... Running update for: - cloud-init-23.3.3: UPDATING ... - cloud-init-23.3.3: 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 72a67045f56b..a63493b2c731 100644 --- a/pkgs/tools/virtualization/cloud-init/default.nix +++ b/pkgs/tools/virtualization/cloud-init/default.nix @@ -17,14 +17,14 @@ python3.pkgs.buildPythonApplication rec { pname = "cloud-init"; - version = "23.3.3"; + version = "23.4"; namePrefix = ""; src = fetchFromGitHub { owner = "canonical"; repo = "cloud-init"; rev = "refs/tags/${version}"; - hash = "sha256-49UvGrv40hyR3A2BndlQKwQqCC1ZaLm97IUKNW12sJo="; + hash = "sha256-mmeJZL9PnFxVakjF6P3HuoXHTvyvAILfkHtPrHRFuIU="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - cloud-init: 23.3.3 -> 23.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/273707"