heroic: bump electron version

Pinned Electron version is EOL soon.
This commit is contained in:
Aidan Gauland
2025-04-22 22:05:58 +12:00
parent bbd42dd89b
commit 0dc6e3caaa
+2 -2
View File
@@ -8,7 +8,7 @@
python3,
makeWrapper,
# Upstream uses EOL Electron 31. Use next oldest version.
electron_33,
electron_34,
vulkan-helper,
gogdl,
legendary-heroic,
@@ -17,7 +17,7 @@
}:
let
electron = electron_33;
electron = electron_34;
in
stdenv.mkDerivation (finalAttrs: {
pname = "heroic-unwrapped";