cloud-init 23.3.3 -> 23.4.1 https://repology.org/project/cloud-init/versions 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/hqymfn55x74h5pmp2b99x9hz7l44c3n3-packages.json.drv building '/nix/store/hqymfn55x74h5pmp2b99x9hz7l44c3n3-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! Diff after rewrites: diff --git a/pkgs/tools/virtualization/cloud-init/default.nix b/pkgs/tools/virtualization/cloud-init/default.nix index 72a67045f56b..189bed3cea60 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.1"; namePrefix = ""; src = fetchFromGitHub { owner = "canonical"; repo = "cloud-init"; rev = "refs/tags/${version}"; - hash = "sha256-49UvGrv40hyR3A2BndlQKwQqCC1ZaLm97IUKNW12sJo="; + hash = "sha256-jdL5xDQTmz1ppVr2+fX76tiscGazw5L7Q0/uQF6+ogM="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - cloud-init: 23.3.3 -> 23.4.1, fix race condition on AWS URL "https://api.github.com/repos/NixOS/nixpkgs/issues/273707"