mealie: 3.0.2 -> 3.1.2

This commit is contained in:
Bruno BELANYI
2025-08-26 15:32:44 +00:00
parent efeacf4852
commit de82920a5b
+2 -2
View File
@@ -11,12 +11,12 @@
}:
let
version = "3.0.2";
version = "3.1.2";
src = fetchFromGitHub {
owner = "mealie-recipes";
repo = "mealie";
tag = "v${version}";
hash = "sha256-0GlHfyoVEqmfTDSN9BGXrLRkStRjWjv2qzZac2oYu7Q=";
hash = "sha256-8ZLXXA4NKR7GaCdgk8XDMjAssQsKP1wZpEZPYWpglwk=";
};
frontend = callPackage (import ./mealie-frontend.nix src version) { };