Skip to content

Commit b1606c4

Browse files
authored
mealie: v1.11.0 -> v1.12.0 (#336527)
2 parents db4be47 + 633b5b3 commit b1606c4

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

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

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

1212
let
13-
version = "1.11.0";
13+
version = "1.12.0";
1414
src = fetchFromGitHub {
1515
owner = "mealie-recipes";
1616
repo = "mealie";
1717
rev = "v${version}";
18-
hash = "sha256-tBbvmM66zCNpKqeekPY48j0t5PjLHeyQ8+kJ6755ivo=";
18+
hash = "sha256-Lwd0P1ssAITLH256uMXNb5b1OcFAy8OVjjpnmfNVUvQ=";
1919
};
2020

2121
frontend = callPackage (import ./mealie-frontend.nix src version) { };
@@ -47,16 +47,6 @@ pythonpkgs.buildPythonApplication rec {
4747
inherit version src;
4848
pyproject = true;
4949

50-
patches = [
51-
# Pull in https://github.com/mealie-recipes/mealie/pull/4002 manually until
52-
# it lands in an upstream mealie release.
53-
# See https://github.com/NixOS/nixpkgs/issues/321623.
54-
( fetchpatch {
55-
url = "https://github.com/mealie-recipes/mealie/commit/65ece35966120479db903785b22e9f2645f72aa4.patch";
56-
hash = "sha256-4Nc0dFJrZ7ElN9rrq+CFpayKsrRjRd24fYraUFTzcH8=";
57-
})
58-
];
59-
6050
build-system = with pythonpkgs; [ poetry-core ];
6151

6252
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)