last 1411 -> 1420 https://repology.org/metapackage/last/versions attrpath: last Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/science/biology/last/default.nix b/pkgs/applications/science/biology/last/default.nix index 0b5b8bb5059..462da3f6bcc 100644 --- a/pkgs/applications/science/biology/last/default.nix +++ b/pkgs/applications/science/biology/last/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "last"; - version = "1411"; + version = "1420"; src = fetchFromGitLab { owner = "mcfrith"; repo = "last"; rev = version; - sha256 = "sha256-CO3tlFx9NxGplErENG6iFikgE246swPITsVR+nHzsYw="; + sha256 = "sha256-UOeyIyWSRfLDd64FGSR9ZGGklqTTOyr6j9lBqM26IEM="; }; nativeBuildInputs = [ unzip ]; Successfully finished processing cachix "/nix/store/178dslxsihwgjvyd6bkbm02xjrj23s9h-last-1420" Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval .#last --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/last' 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 [])) | ^