electron: remove extra output from print-hashes script

to make it more usable for automated update
This commit is contained in:
Pavol Rusnak 2020-10-15 11:18:25 +02:00
parent 4512dac960
commit c46b2a31bb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -21,8 +21,8 @@ SYSTEMS=(
hashfile="$(nix-prefetch-url --print-path "https://github.com/electron/electron/releases/download/v${VERSION}/SHASUMS256.txt" 2>/dev/null | tail -n1)"
echo "Entry similar to the following goes in default.nix:"
echo
# Entry similar to the following goes in default.nix:
echo " electron_${VERSION%%.*} = mkElectron \"${VERSION}\" {"
for S in "${!SYSTEMS[@]}"; do