Commit graph

8 commits

Author SHA1 Message Date
R. RyanTM 8e3ec2b18b lnav: 0.8.3 -> 0.8.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lnav/versions
2018-09-20 10:35:30 -07:00
Ryan Mulligan 6d88b7911d lnav: 0.8.2 -> 0.8.3
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/14wbn5qpd1jxqwwbcjdr7jg9fq9qs659-lnav-0.8.3/bin/lnav -h` got 0 exit code
- ran `/nix/store/14wbn5qpd1jxqwwbcjdr7jg9fq9qs659-lnav-0.8.3/bin/lnav -V` and found version 0.8.3
- ran `/nix/store/14wbn5qpd1jxqwwbcjdr7jg9fq9qs659-lnav-0.8.3/bin/lnav -h` and found version 0.8.3
- found 0.8.3 with grep in /nix/store/14wbn5qpd1jxqwwbcjdr7jg9fq9qs659-lnav-0.8.3
- found 0.8.3 in filename of file in /nix/store/14wbn5qpd1jxqwwbcjdr7jg9fq9qs659-lnav-0.8.3

cc "@dochang"
2018-02-26 21:51:08 -08:00
Anthony Cowley f77fb64c1e lnav: add platforms metadata so hydra builds on darwin 2017-10-06 14:32:31 -04:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Desmond O. Chang c6c7197c7d lnav: 0.8.1 -> 0.8.2 2017-05-10 04:10:58 +02:00
Desmond O. Chang fdd9832e2c lnav: 0.8.0 -> 0.8.1 2016-12-22 09:18:50 +08:00
Vincent Demeester 41ed3a8dd1
lnav: fix compilation
nix-env -i lnav currently result of a failure:

    command_executor.cc:34:21: fatal error: pcrecpp.h: No such file or
    directory

This fixes by using pcre-cpp instead of pcre.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-28 06:45:23 -05:00
Desmond O. Chang ac271677b9 lnav: init at 0.8.0 2015-11-20 15:03:20 +08:00