Skip to content

Commit

Permalink
electron: remove extra output from print-hashes script
Browse files Browse the repository at this point in the history
to make it more usable for automated update
  • Loading branch information
prusnak committed Oct 28, 2020
1 parent 4512dac commit c46b2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/electron/print-hashes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c46b2a3

Please sign in to comment.