heroic: update pinned electron version (#370785)

This commit is contained in:
Emily
2025-01-04 23:51:56 +01:00
committed by GitHub
+2 -2
View File
@@ -16199,8 +16199,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 { };