mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
mealie: 3.12.0 -> 3.16.0
Changelog: https://github.com/mealie-recipes/mealie/releases/tag/v3.16.0
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
|
||||
yarnOfflineCache = fetchYarnDeps {
|
||||
yarnLock = "${src}/frontend/yarn.lock";
|
||||
hash = "sha256-aYgTdHrorLNBYVNwVyYSTfAqtvn1JB0FBAkoem0vNSU=";
|
||||
hash = "sha256-F1dhdBHfT9N1Ejk7WLyz2BbKlTPfqqEDNi7ZTL3phWY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -47,7 +47,7 @@ stdenv.mkDerivation {
|
||||
runHook preBuild
|
||||
|
||||
export NUXT_TELEMETRY_DISABLED=1
|
||||
yarn --offline generate --env production
|
||||
yarn --offline generate
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "3.12.0";
|
||||
version = "3.16.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mealie-recipes";
|
||||
repo = "mealie";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-HjXEoLrjmf4ZfBm6/7f5SJzH7nHSKiMOOMRVrYW0vKY=";
|
||||
hash = "sha256-DUwLCe221MQb6AEYNxNDWXoaEdf9q/dNklOXJncnnJ4=";
|
||||
};
|
||||
|
||||
frontend = callPackage (import ./mealie-frontend.nix src version) { };
|
||||
@@ -54,6 +54,7 @@ pythonpkgs.buildPythonApplication rec {
|
||||
freezegun
|
||||
html2text
|
||||
httpx
|
||||
httpx-curl-cffi
|
||||
ingredient-parser-nlp
|
||||
isodate
|
||||
itsdangerous
|
||||
@@ -83,6 +84,7 @@ pythonpkgs.buildPythonApplication rec {
|
||||
typing-extensions
|
||||
tzdata
|
||||
uvicorn
|
||||
yt-dlp
|
||||
]
|
||||
++ uvicorn.optional-dependencies.standard;
|
||||
|
||||
@@ -90,7 +92,7 @@ pythonpkgs.buildPythonApplication rec {
|
||||
rm -rf dev # Do not need dev scripts & code
|
||||
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail '"setuptools==82.0.0"' '"setuptools"'
|
||||
--replace-fail '"setuptools==82.0.1"' '"setuptools"'
|
||||
|
||||
substituteInPlace mealie/__init__.py \
|
||||
--replace-fail '__version__ = ' '__version__ = "v${version}" #'
|
||||
|
||||
Reference in New Issue
Block a user