packages/searxng: fix version tag

This commit is contained in:
Max Headroom 2023-06-06 00:03:47 +02:00
parent a76667683a
commit 9537724f0c

View file

@ -23,7 +23,7 @@ toPythonModule (buildPythonApplication rec {
requirements.txt
cat >searx/version_frozen.py <<EOF
VERSION_STRING="${version}"
VERSION_TAG="${pin.revision}"
VERSION_TAG="1.0.0"
GIT_URL="https://github.com/${repo.owner}/${repo.repo}"
GIT_BRANCH="${pin.branch}"
DOCKER_TAG="none"