Commit Graph

24 Commits

Author SHA1 Message Date
Thomas Gerbet
d6c7fa914e grocy: 4.0.3 -> 4.2.0, build from sources
The adjusted patch have been taken from #288602.

Changes:
https://github.com/grocy/grocy/releases/tag/v4.1.0
https://github.com/grocy/grocy/releases/tag/v4.2.0
2024-04-22 18:45:05 +02:00
ember
0f977cb725
grocy: 4.0.2 -> 4.0.3 (#254776) 2023-09-12 20:32:58 +02:00
Ember Keske
0b1ef8ea9e grocy: 4.0.0 -> 4.0.2 2023-08-19 13:52:07 +02:00
Ember Keske
66ee520289 grocy: replace @ma27 with @n0emis as maintainer 2023-08-19 13:02:04 +02:00
Ember Keske
c247201679 grocy: 3.3.0 -> 4.0.0 2023-08-02 06:44:36 +02:00
Thomas Gerbet
314c64c409 grocy: mark as broken
grocy is not yet compatible with PHP 8.1
2023-05-16 19:13:00 +02:00
Andy Chun @noneucat
8fef1cc766 nixos/grocy: set storage path correctly in patch
This commit restores the proper setting of `$this->StoragePath`
using `GROCY_STORAGE_DIR` in `FilesService`.

The previous iteration of this patch mistakenly patches out the
setting of `$groupFolderPath` in the `GetFilePath` method, which
the method subsequently tries to return. This causes `GetFilePath`
to return, for example, `/file.png` (an incorrect root path) for
files instead of `/var/lib/grocy/userpictures/file.png`.
2022-11-30 21:48:14 -08:00
R. Ryantm
5ccc047d3a grocy: 3.3.1 -> 3.3.2 2022-11-15 03:53:33 +00:00
R. Ryantm
f06b37c413 grocy: 3.3.0 -> 3.3.1 2022-07-28 13:51:13 +00:00
R. Ryantm
668010302b grocy: 3.2.0 -> 3.3.0 2022-04-10 21:40:33 +00:00
R. Ryantm
dbe164158e grocy: 3.1.3 -> 3.2.0 2022-02-12 09:41:46 +00:00
Maximilian Bosch
0ea203399b
grocy: 3.1.2 -> 3.1.3
ChangeLog: https://github.com/grocy/grocy/releases/tag/v3.1.3
2021-11-15 19:58:02 +01:00
Maximilian Bosch
d8ff7944ed
grocy: 3.1.1 -> 3.1.2
ChangeLog: https://github.com/grocy/grocy/releases/tag/v3.1.2
2021-09-28 23:45:37 +02:00
R. RyanTM
e52facaf75 grocy: 3.1.0 -> 3.1.1 2021-08-22 20:04:29 +00:00
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