Mario Rodas
568424435a
peco: 0.5.3 -> 0.5.8
2021-01-16 04:20:00 +00:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
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