Skip to content

Commit

Permalink
mealie: 2.2.0 -> 2.3.0 (#361059)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickvP authored Dec 29, 2024
2 parents 078fd58 + f79874b commit 2e30bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/me/mealie/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
}:

let
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "mealie-recipes";
repo = "mealie";
rev = "v${version}";
hash = "sha256-t4YYvj8dG8o9PVAlDxdxVBi2omBGQ2h53/IVv089778=";
hash = "sha256-GN+uXyZCvDuFmQnXhn0mFans3bvvEw7Uq6V0OeCPEbE=";
};

frontend = callPackage (import ./mealie-frontend.nix src version) { };
Expand Down

0 comments on commit 2e30bda

Please sign in to comment.