Merge pull request #309981 from anoadragon453/anoa/mealie_fix_version
mealie: fix the version checker in admin settings
This commit is contained in:
commit
f178626cbb
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ in pythonpkgs.buildPythonPackage rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace mealie/__init__.py \
|
||||
--replace-fail '__version__ = ' '__version__ = "${version}" #'
|
||||
--replace-fail '__version__ = ' '__version__ = "v${version}" #'
|
||||
'';
|
||||
|
||||
postInstall = let
|
||||
|
|
Loading…
Reference in a new issue