matrix-appservice-discord: fix key mismatch in update script

The key was renamed in default.nix in f38f3e4 but not in the update
script.
This commit is contained in:
pacien 2023-09-16 08:43:46 +02:00
parent 552aec32c0
commit 2508818dec

View File

@ -36,7 +36,7 @@ curl -O "$src/package.json"
cat > pin.json << EOF
{
"version": "$(echo $tag | grep -P '(\d|\.)+' -o)",
"srcSha256": "$src_hash",
"srcHash": "$src_hash",
"yarnSha256": "$yarn_sha256"
}
EOF