about summary refs log tree commit diff
path: root/pkgs/development/tools/electron
diff options
context:
space:
mode:
authorteutat3s <10206665+teutat3s@users.noreply.github.com>2023-04-15 13:42:17 +0200
committerteutat3s <10206665+teutat3s@users.noreply.github.com>2023-04-15 17:25:32 +0200
commit069a804d326400f6601702824016f62e6bbe05f5 (patch)
tree7061bbe5767416a4447540b8724a7554a105c5ab /pkgs/development/tools/electron
parent6da5bbbe52d9b3ad2f5819fa2973d47a3d1dad30 (diff)
electron-bin: fix generated name in print-hashes script
Diffstat (limited to 'pkgs/development/tools/electron')
-rwxr-xr-xpkgs/development/tools/electron/binary/print-hashes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/electron/binary/print-hashes.sh b/pkgs/development/tools/electron/binary/print-hashes.sh
index e43f1f922a948..37cd7d3c662ba 100755
--- a/pkgs/development/tools/electron/binary/print-hashes.sh
+++ b/pkgs/development/tools/electron/binary/print-hashes.sh
@@ -24,7 +24,7 @@ headers="$(nix-prefetch-url "https://artifacts.electronjs.org/headers/dist/v${VE
 
 # Entry similar to the following goes in default.nix:
 
-echo "  electron_${VERSION%%.*} = mkElectron \"${VERSION}\" {"
+echo "  electron_${VERSION%%.*}-bin = mkElectron \"${VERSION}\" {"
 
 for S in "${!SYSTEMS[@]}"; do
   hash="$(grep " *electron-v${VERSION}-${SYSTEMS[$S]}.zip$" "$hashfile"|cut -f1 -d' ' || :)"