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