heroic: update pinned electron version

This commit is contained in:
Aidan Gauland
2025-01-04 15:10:51 +13:00
parent 6decfbae3f
commit 8d05e1e781
+2 -2
View File
@@ -16246,8 +16246,8 @@ with pkgs;
fteqcc;
heroic-unwrapped = callPackage ../games/heroic {
# Match the version used by the upstream package.
electron = electron_31;
# Upstream uses EOL Electron 31. Use next oldest version.
electron = electron_32;
};
heroic = callPackage ../games/heroic/fhsenv.nix { };