emacsPackages.lspce 0 -> 1 attrpath: emacsPackages.lspce Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - emacs-lspce-1.1.0-unstable-2024-07-14 Press Enter key to continue... Running update for: - emacs-lspce-1.1.0-unstable-2024-07-14: UPDATING ... - emacs-lspce-1.1.0-unstable-2024-07-14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/editors/emacs/elisp-packages/manual-packages/lspce/module.nix b/pkgs/applications/editors/emacs/elisp-packages/manual-packages/lspce/module.nix index 1a1f8612f64e..eb16eb68a096 100644 --- a/pkgs/applications/editors/emacs/elisp-packages/manual-packages/lspce/module.nix +++ b/pkgs/applications/editors/emacs/elisp-packages/manual-packages/lspce/module.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage { pname = "lspce-module"; - version = "1.1.0-unstable-2024-07-14"; + version = "1.1.0-unstable-2024-08-04"; src = fetchFromGitHub { owner = "zbelial"; repo = "lspce"; - rev = "fd320476df89cfd5d10f1b70303c891d3b1e3c81"; - hash = "sha256-KnERYq/CvJhJIdQkpH/m82t9KFMapPl+CyZkYyujslU="; + rev = "59b9c0551ee34440d3cc754313ac8076f7076f54"; + hash = "sha256-VpIsAteBEoENhejS0QqAZRoEYgaDpVCdPqrgrj4OcIU="; }; - cargoHash = "sha256-I2OobRu1hc6xc4bRrIO1FImPYBbFy1jXPcTsivbbskk="; + cargoHash = "sha256-q0xUOzDRpiAdvtH3rzCOZRYthGR6MvbiXB4a7cDgf9A="; checkFlags = [ # flaky test An auto update branch exists with message `emacsPackages.lspce: 1.1.0-unstable-2024-07-14 -> 1.1.0-unstable-2024-07-29`. New version is 1.1.0-unstable-2024-08-04. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - lspce-module: 1.1.0-unstable-2024-07-14 -> 1.1.0-unstable-2024-08-04 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/332629"