mealie: 3.1.2 -> 3.2.1

This commit is contained in:
Bruno BELANYI
2025-09-27 10:48:21 +01:00
parent 06aacd50ad
commit f9cce01754
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ stdenv.mkDerivation {
yarnOfflineCache = fetchYarnDeps { yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/frontend/yarn.lock"; yarnLock = "${src}/frontend/yarn.lock";
hash = "sha256-712mc/xksjXgnc0inthxE+ztSDl/4107oXw3vKcZD2g="; hash = "sha256-e+3LCoOzfjSG4CjzOLXTcXGkmzNwFTLCrN0l5odOBMs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

@@ -11,12 +11,12 @@
}: }:
let let
version = "3.1.2"; version = "3.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mealie-recipes"; owner = "mealie-recipes";
repo = "mealie"; repo = "mealie";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-8ZLXXA4NKR7GaCdgk8XDMjAssQsKP1wZpEZPYWpglwk="; hash = "sha256-LIWubw+iO17giSvGCl5LzI429725sisp5u4Z4usJOGA=";
}; };
frontend = callPackage (import ./mealie-frontend.nix src version) { }; frontend = callPackage (import ./mealie-frontend.nix src version) { };