spring-boot 0 -> 1 attrpath: spring-boot 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/f8adwpn5rlj968ifj1z4infrdcb93va7-packages.json.drv building '/nix/store/f8adwpn5rlj968ifj1z4infrdcb93va7-packages.json.drv'... Going to be running update for following packages: - spring-boot-cli-3.2.2 Press Enter key to continue... Running update for: - spring-boot-cli-3.2.2: UPDATING ... - spring-boot-cli-3.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/spring-boot-cli/default.nix b/pkgs/development/tools/spring-boot-cli/default.nix index 5e92ac17f7bc..b22a8ae8c54c 100644 --- a/pkgs/development/tools/spring-boot-cli/default.nix +++ b/pkgs/development/tools/spring-boot-cli/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "spring-boot-cli"; - version = "3.2.2"; + version = "3.2.3"; src = fetchzip { url = "mirror://maven/org/springframework/boot/${finalAttrs.pname}/${finalAttrs.version}/${finalAttrs.pname}-${finalAttrs.version}-bin.zip"; - hash = "sha256-Jlczhy4Nfquhrm+SO/MRfBsHrHRHDkU4TUTTPTH7aVk="; + hash = "sha256-H4QYEp5QfWLdcQybrBE49eMPXvt68gjEjJMQvh1drZs="; }; nativeBuildInputs = [ makeWrapper installShellFiles ]; No auto update branch exists There might already be an open PR for this update: - spring-boot-cli: 3.2.2 -> 3.2.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291287"