Merge pull request #309981 from anoadragon453/anoa/mealie_fix_version

mealie: fix the version checker in admin settings
This commit is contained in:
Nick Cao 2024-05-08 10:29:55 -04:00 committed by GitHub
commit f178626cbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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