zsh-prezto 0 -> 1 attrpath: zsh-prezto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - zsh-prezto-unstable-2022-04-05 Press Enter key to continue... Running update for: - zsh-prezto-unstable-2022-04-05: UPDATING ... - zsh-prezto-unstable-2022-04-05: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/shells/zsh/zsh-prezto/default.nix b/pkgs/shells/zsh/zsh-prezto/default.nix index 6201e42c0c0..f4ce0d9519d 100644 --- a/pkgs/shells/zsh/zsh-prezto/default.nix +++ b/pkgs/shells/zsh/zsh-prezto/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "zsh-prezto"; - version = "unstable-2022-04-05"; + version = "unstable-2022-10-26"; src = fetchFromGitHub { owner = "sorin-ionescu"; repo = "prezto"; - rev = "2c663313168490d28f607738e962aa45ada0e26b"; - sha256 = "05n2801xqdxc5nx0709mak1pr73l7aq5azd9adm0ym7si3vl59sj"; + rev = "e3a9583f3370e11a0da1414d3f335eac40c1e922"; + sha256 = "P4hgs6b3lKQCDCeyhepCn4HSZu7WuJE+j96PfFOLfl4="; fetchSubmodules = true; }; No auto update branch exists Successfully finished processing cachix "/nix/store/v2kb4favshliw4xm1f9916plh3wmsdzb-zsh-prezto-unstable-2022-10-26" Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval .#zsh-prezto --raw --apply "p: let gh = m : m.github or \"\"; nonempty = s: s != \"\"; addAt = s: \"@\"+s; in builtins.concatStringsSep \" \" (map addAt (builtins.filter nonempty (map gh p.meta.maintainers or []))" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/zsh-prezto' is dirty error: syntax error, unexpected end of file, expecting ')' at «string»:1:177: 1| p: let gh = m : m.github or ""; nonempty = s: s != ""; addAt = s: "@"+s; in builtins.concatStringsSep " " (map addAt (builtins.filter nonempty (map gh p.meta.maintainers or [])) | ^