Commit graph

18 commits

Author SHA1 Message Date
R. RyanTM d4a7f3ba50 googler: 4.3.1 -> 4.3.2 2021-01-22 12:38:39 +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
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Nikolay Korotkiy a9eecc65ae
googler: 4.2 -> 4.3.1 2020-10-13 22:16:19 +03:00
Mario Rodas e4980d99d2
googler: install completions 2020-07-31 00:00:00 -05:00
R. RyanTM 5885473a7a googler: 4.1 -> 4.2 2020-07-31 01:16:19 +00:00
Oleksii Filonenko c9f14d5814 googler: 4.0 -> 4.1 2020-04-30 18:01:50 +00:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Oleksii Filonenko 4ede7474b0
googler: add filalex77 to maintainers 2019-12-05 23:28:49 +02:00
Oleksii Filonenko 9f0d48d681
googler: 3.9 -> 4.0
https://github.com/jarun/googler/releases/tag/v4.0
2019-12-05 23:28:16 +02: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
R. RyanTM 22a8709171 googler: 3.8 -> 3.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/googler/versions
2019-06-01 12:39:42 -07:00
R. RyanTM 6b8d41c8fb googler: 3.7.1 -> 3.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/googler/versions
2019-04-01 07:46:16 -07:00
R. RyanTM e58816bcc6 googler: 3.7 -> 3.7.1 (#48508)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/googler/versions
2018-10-16 18:12:59 +02:00
R. RyanTM b3b4573208 googler: 3.6 -> 3.7 (#47044)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/googler/versions
2018-09-28 20:43:00 +02:00
R. RyanTM 1d1a81a449 googler: 3.5 -> 3.6 (#41064)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/googler/versions.

These checks were done:

- built on NixOS
- /nix/store/j4h3gxrjzx798n8qrpk6l4v2a2k3awvm-googler-3.6/bin/googler passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 3.6 with grep in /nix/store/j4h3gxrjzx798n8qrpk6l4v2a2k3awvm-googler-3.6
- directory tree listing: https://gist.github.com/bf1d55519dae4406e4f5bdbd78c44644
- du listing: https://gist.github.com/805653ac2fcc2c1c10d65d1e5298620e
2018-05-28 14:49:25 +02:00
Ryan Mulligan 725c2b322b googler: 3.3 -> 3.5
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/g2q5sbf3gfjrm20zdgzpdk1fd01w5yj7-googler-3.5/bin/googler -h` got 0 exit code
- ran `/nix/store/g2q5sbf3gfjrm20zdgzpdk1fd01w5yj7-googler-3.5/bin/googler --help` got 0 exit code
- ran `/nix/store/g2q5sbf3gfjrm20zdgzpdk1fd01w5yj7-googler-3.5/bin/googler -v` and found version 3.5
- ran `/nix/store/g2q5sbf3gfjrm20zdgzpdk1fd01w5yj7-googler-3.5/bin/googler --version` and found version 3.5
- ran `/nix/store/g2q5sbf3gfjrm20zdgzpdk1fd01w5yj7-googler-3.5/bin/googler -h` and found version 3.5
- ran `/nix/store/g2q5sbf3gfjrm20zdgzpdk1fd01w5yj7-googler-3.5/bin/googler --help` and found version 3.5
- found 3.5 with grep in /nix/store/g2q5sbf3gfjrm20zdgzpdk1fd01w5yj7-googler-3.5
- found 3.5 in filename of file in /nix/store/g2q5sbf3gfjrm20zdgzpdk1fd01w5yj7-googler-3.5
2018-03-14 10:25:47 -07:00
koral 1c525fa687 googler: init at 3.3 2017-10-01 23:47:25 +02:00