Commit graph

10 commits

Author SHA1 Message Date
Maximilian Bosch 07b51f58df
grocy: 3.0.1 -> 3.1.0
ChangeLog: https://github.com/grocy/grocy/releases/tag/v3.1.0
2021-07-23 11:45:31 +02: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
Maximilian Bosch b8da2979c5
grocy: 3.0.0 -> 3.0.1
https://github.com/grocy/grocy/releases/tag/v3.0.1
2021-01-05 19:26:28 +01:00
Maximilian Bosch 123f953c98
grocy: 2.7.1 -> 3.0.0
https://github.com/grocy/grocy/releases/tag/v3.0.0
2020-12-22 16:00:33 +01:00
Maximilian Bosch 135ae45d24
grocy: 2.7.0 -> 2.7.1
https://github.com/grocy/grocy/releases/tag/v2.7.1
2020-04-17 22:02:28 +02:00
Maximilian Bosch d4659dece2
grocy: 2.6.2 -> 2.7.0 2020-04-16 21:52:08 +02:00
Maximilian Bosch 37fe88e227
grocy: add passthru.tests to reference VM-test 2020-04-15 22:35:46 +02:00
Maximilian Bosch 1d7a795fcd
grocy: 2.6.1 -> 2.6.2
https://github.com/grocy/grocy/releases/tag/v2.6.2
2020-04-03 21:57:30 +02:00
Maximilian Bosch d0e0acadbb
grocy: 2.6.0 -> 2.6.1 2020-03-07 09:28:14 +01:00
Maximilian Bosch 3d051f49ba
grocy: init at 2.6.0 2020-02-07 23:31:04 +01:00