mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
mealie: 1.12.0 -> 2.2.0 (#356150)
This commit is contained in:
commit
ee61973cb7
@ -2,7 +2,6 @@
|
||||
, stdenv
|
||||
, callPackage
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, makeWrapper
|
||||
, nixosTests
|
||||
, python3Packages
|
||||
@ -10,12 +9,12 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "1.12.0";
|
||||
version = "2.2.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mealie-recipes";
|
||||
repo = "mealie";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Lwd0P1ssAITLH256uMXNb5b1OcFAy8OVjjpnmfNVUvQ=";
|
||||
hash = "sha256-t4YYvj8dG8o9PVAlDxdxVBi2omBGQ2h53/IVv089778=";
|
||||
};
|
||||
|
||||
frontend = callPackage (import ./mealie-frontend.nix src version) { };
|
||||
@ -68,6 +67,7 @@ pythonpkgs.buildPythonApplication rec {
|
||||
gunicorn
|
||||
html2text
|
||||
httpx
|
||||
itsdangerous
|
||||
jinja2
|
||||
lxml
|
||||
openai
|
||||
|
Loading…
Reference in New Issue
Block a user