File tree 2 files changed +8
-22
lines changed
2 files changed +8
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
nixosTests ,
8
8
python3Packages ,
9
9
writeShellScript ,
10
+ nix-update-script ,
10
11
} :
11
12
12
13
let
13
- version = "2.6.0 " ;
14
+ version = "2.7.1 " ;
14
15
src = fetchFromGitHub {
15
16
owner = "mealie-recipes" ;
16
17
repo = "mealie" ;
17
18
tag = "v${ version } " ;
18
- hash = "sha256-txkHCQ/xTakPXXFki161jNOKwAH9p9z1hCNEEkbqQtM =" ;
19
+ hash = "sha256-nN8AuSzxHjIDKc8rGN+O2/vlzkH/A5LAr4aoAlOTLlk =" ;
19
20
} ;
20
21
21
22
frontend = callPackage ( import ./mealie-frontend.nix src version ) { } ;
@@ -55,11 +56,6 @@ pythonpkgs.buildPythonApplication rec {
55
56
56
57
pythonRelaxDeps = true ;
57
58
58
- patches = [
59
- # compatibility with openai 1.63.0
60
- ./0000_openai_1.63.0.patch
61
- ] ;
62
-
63
59
dependencies = with pythonpkgs ; [
64
60
aiofiles
65
61
alembic
@@ -141,8 +137,11 @@ pythonpkgs.buildPythonApplication rec {
141
137
"tests/unit_tests/test_security.py"
142
138
] ;
143
139
144
- passthru . tests = {
145
- inherit ( nixosTests ) mealie ;
140
+ passthru = {
141
+ updateScript = nix-update-script { } ;
142
+ tests = {
143
+ inherit ( nixosTests ) mealie ;
144
+ } ;
146
145
} ;
147
146
148
147
meta = with lib ; {
You can’t perform that action at this time.
0 commit comments