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
+1 -1
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