Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansifilter: 2.13 -> 2.14 #60454

Merged
merged 1 commit into from Apr 30, 2019
Merged

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ansifilter/versions.

meta.description for ansifilter is: '"Tool to convert ANSI to other formats"'.

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

3 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
ansifilter

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/nq5k6c4fqfza22q7zz407l3a198pjf4s-ansifilter-2.14 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A ansifilter https://github.com/r-ryantm/nixpkgs/archive/0287279b7c08cf0a910ff56330a1f7aa1d244d1c.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/nq5k6c4fqfza22q7zz407l3a198pjf4s-ansifilter-2.14
ls -la /nix/store/nq5k6c4fqfza22q7zz407l3a198pjf4s-ansifilter-2.14/bin

cc @Adjective-Object for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ansifilter/versions
@endgame
Copy link
Contributor

endgame commented Apr 30, 2019

Builds fine with:

nix build '(with import (builtins.fetchTarball { url = "https://github.com/r-ryantm/nixpkgs/archive/auto-update/ansifilter.tar.gz"; }) {}; pkgs.ansifilter)'

And seems to work:

$ echo -e '\e[32mcome on and \e[1;31mslam' | ./result/bin/ansifilter --bbcode
[color=#00cd00]come on and [/color][color=#ff0000][b]slam
[/b][/color]

Copy link
Contributor

@endgame endgame left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have merge privs but this looks good.

Copy link
Contributor

@matthiasbeyer matthiasbeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Diff looks good to me.

@ryantm ryantm merged commit f454785 into NixOS:master Apr 30, 2019
@r-ryantm r-ryantm deleted the auto-update/ansifilter branch May 11, 2019 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants