hippocampus: fix: dawarich

This commit is contained in:
2026-03-20 11:23:09 -04:00
parent 68cd444603
commit f48e1f99b0
5 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ set -o pipefail
OWNER="Freika"
REPO="dawarich"
old_version=$( cat sources.json | jq ".version" | tr -d '"')
old_version=$(nix-instantiate --eval -A 'dawarich.version' default.nix | tr -d '"')
version=$(curl -s ${GITHUB_TOKEN:+-u ":$GITHUB_TOKEN"} "https://api.github.com/repos/$OWNER/$REPO/releases/latest" | jq -r ".tag_name")
echo "Updating to $version"