Commit graph

9 commits

Author SHA1 Message Date
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Sam Doshi 3be0cc4de7 peco: fix incorrect termbox-go rev in deps.nix (#60281)
Peco 0.5.3 included an update to the termbox-go dependency to fix a bug,
this change did not make it into deps.nix.

See:

 - peco/peco#446
 - peco/peco#447
 - nsf/termbox-go#185
2019-04-29 21:04:55 +02:00
Pascal Wittmann e0f54907ae
peco: 0.5.2 -> 0.5.3 2018-07-12 22:03:06 +02:00
Ryan Mulligan 2bcf92ae42 peco: 0.5.1 -> 0.5.2
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/57j66n7s9hxkrgbzvgxvrbvab1ipgakz-peco-0.5.2-bin/bin/peco -h` got 0 exit code
- ran `/nix/store/57j66n7s9hxkrgbzvgxvrbvab1ipgakz-peco-0.5.2-bin/bin/peco --help` got 0 exit code
- ran `/nix/store/57j66n7s9hxkrgbzvgxvrbvab1ipgakz-peco-0.5.2-bin/bin/peco --version` and found version 0.5.2
- found 0.5.2 with grep in /nix/store/57j66n7s9hxkrgbzvgxvrbvab1ipgakz-peco-0.5.2-bin
- found 0.5.2 in filename of file in /nix/store/57j66n7s9hxkrgbzvgxvrbvab1ipgakz-peco-0.5.2-bin

cc "@ehmry @lethalman"
2018-02-28 14:26:36 +00:00
Tom Saeger f7327c393b peco: 0.2.10 -> 0.5.1: 2017-09-29 13:58:05 -05:00
Tuomas Tynkkynen bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
taku0 08cd49e4e0 peco: update to version 0.2.10
Closes #4489
2014-10-12 12:33:16 +01:00
taku0 74ce1a016f add peco: Simplistic interactive filtering tool 2014-08-07 01:34:28 +02:00