File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1010} :
1111
1212let
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 ] ;
You can’t perform that action at this time.
0 commit comments