Commit graph

13 commits

Author SHA1 Message Date
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
Vladyslav M 8a80f395b0
wavemon: 0.9.2 -> 0.9.3 2021-01-03 10:44:14 +02:00
R. RyanTM 04b5e932a3 wavemon: 0.9.1 -> 0.9.2 2020-11-12 10:41:56 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 34cec31015 wavemon: 0.9.0 -> 0.9.1 2020-01-17 12:26:58 +00:00
R. RyanTM dda2cdfe93 wavemon: 0.8.2 -> 0.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wavemon/versions
2019-01-06 08:27:18 -08:00
Ryan Mulligan 65d981efc0 wavemon: 0.8.1 -> 0.8.2
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/kzknr8h49w4xv1qam0049r4ygd65vkab-wavemon-0.8.2/bin/wavemon -h` got 0 exit code
- ran `/nix/store/kzknr8h49w4xv1qam0049r4ygd65vkab-wavemon-0.8.2/bin/wavemon -v` and found version 0.8.2
- found 0.8.2 with grep in /nix/store/kzknr8h49w4xv1qam0049r4ygd65vkab-wavemon-0.8.2
- found 0.8.2 in filename of file in /nix/store/kzknr8h49w4xv1qam0049r4ygd65vkab-wavemon-0.8.2

cc "@raskin @fpletz"
2018-02-28 07:10:19 +00:00
Franz Pletz 6d9bdb55fc
wavemon: 0.7.6.20151001 -> 0.8.1 2017-08-01 08:36:38 +02:00
Michael Raskin 95437b7c53 Update wavemon to git version, which has some nl80211 support 2015-10-27 14:21:08 +03:00
Michael Raskin 0d8c76057f Update Wavemon 2014-09-02 14:25:17 +04:00
Nixpkgs Monitor 8ae313bdf0 wavemon: update from 0.7.2 to 0.7.5 2013-12-21 02:28:27 +02:00
Michael Raskin e9d66565d7 Adding wavemon
svn path=/nixpkgs/trunk/; revision=27557
2011-06-29 09:53:35 +00:00