Skip to content

Commit ee61973

Browse files
authored
mealie: 1.12.0 -> 2.2.0 (NixOS#356150)
2 parents 6e1b17d + 8962e09 commit ee61973

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/me/mealie/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
, stdenv
33
, callPackage
44
, fetchFromGitHub
5-
, fetchpatch
65
, makeWrapper
76
, nixosTests
87
, python3Packages
98
, writeShellScript
109
}:
1110

1211
let
13-
version = "1.12.0";
12+
version = "2.2.0";
1413
src = fetchFromGitHub {
1514
owner = "mealie-recipes";
1615
repo = "mealie";
1716
rev = "v${version}";
18-
hash = "sha256-Lwd0P1ssAITLH256uMXNb5b1OcFAy8OVjjpnmfNVUvQ=";
17+
hash = "sha256-t4YYvj8dG8o9PVAlDxdxVBi2omBGQ2h53/IVv089778=";
1918
};
2019

2120
frontend = callPackage (import ./mealie-frontend.nix src version) { };
@@ -68,6 +67,7 @@ pythonpkgs.buildPythonApplication rec {
6867
gunicorn
6968
html2text
7069
httpx
70+
itsdangerous
7171
jinja2
7272
lxml
7373
openai

0 commit comments

Comments
 (0)