Skip to content

Commit 2e30bda

Browse files
authored
mealie: 2.2.0 -> 2.3.0 (NixOS#361059)
2 parents 078fd58 + f79874b commit 2e30bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/me/mealie/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
}:
1010

1111
let
12-
version = "2.2.0";
12+
version = "2.3.0";
1313
src = fetchFromGitHub {
1414
owner = "mealie-recipes";
1515
repo = "mealie";
1616
rev = "v${version}";
17-
hash = "sha256-t4YYvj8dG8o9PVAlDxdxVBi2omBGQ2h53/IVv089778=";
17+
hash = "sha256-GN+uXyZCvDuFmQnXhn0mFans3bvvEw7Uq6V0OeCPEbE=";
1818
};
1919

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

0 commit comments

Comments
 (0)