We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e1b17d + 8962e09 commit ee61973Copy full SHA for ee61973
pkgs/by-name/me/mealie/package.nix
@@ -2,20 +2,19 @@
2
, stdenv
3
, callPackage
4
, fetchFromGitHub
5
-, fetchpatch
6
, makeWrapper
7
, nixosTests
8
, python3Packages
9
, writeShellScript
10
}:
11
12
let
13
- version = "1.12.0";
+ version = "2.2.0";
14
src = fetchFromGitHub {
15
owner = "mealie-recipes";
16
repo = "mealie";
17
rev = "v${version}";
18
- hash = "sha256-Lwd0P1ssAITLH256uMXNb5b1OcFAy8OVjjpnmfNVUvQ=";
+ hash = "sha256-t4YYvj8dG8o9PVAlDxdxVBi2omBGQ2h53/IVv089778=";
19
};
20
21
frontend = callPackage (import ./mealie-frontend.nix src version) { };
@@ -68,6 +67,7 @@ pythonpkgs.buildPythonApplication rec {
68
67
gunicorn
69
html2text
70
httpx
+ itsdangerous
71
jinja2
72
lxml
73
openai
0 commit comments