Unverified Commit f178626c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #309981 from anoadragon453/anoa/mealie_fix_version

mealie: fix the version checker in admin settings
parents 757c139b ab20404e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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