electron: remove extra output from print-hashes script
to make it more usable for automated update
This commit is contained in:
parent
4512dac960
commit
c46b2a31bb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue