immersed: 10.6.0 -> 10.9.0

Known bug: does not launch on COSMIC (other compositors unsure). Use XDG_SESSION_TYPE=x11 to fix.
This commit is contained in:
Gavin John
2025-07-25 11:33:00 -04:00
parent 3b72ee808c
commit 60199cb5f2
+6 -6
View File
@@ -7,20 +7,20 @@
}:
let
pname = "immersed";
version = "10.6.0";
version = "10.9.0";
sources = lib.mapAttrs (_: fetchurl) (rec {
x86_64-linux = {
url = "https://web.archive.org/web/20241229041449/https://static.immersed.com/dl/Immersed-x86_64.AppImage";
hash = "sha256-u07QpGXEXbp7ApZgerq36x+4Wxsz08YAruIVnZeS0ck=";
url = "https://web.archive.org/web/20250725134919if_/https://static.immersed.com/dl/Immersed-x86_64.AppImage";
hash = "sha256-plGcvZRpV+nhQ4FoYiIuLmyOg/SHJ8ZjT4Fh6UyH9W0=";
};
aarch64-linux = {
url = "https://web.archive.org/web/20241229041902/https://static.immersed.com/dl/Immersed-aarch64.AppImage";
url = "https://web.archive.org/web/20250725135029if_/https://static.immersed.com/dl/Immersed-aarch64.AppImage";
hash = "sha256-3BokV30y6QRjE94K7JQ6iIuQw1t+h3BKZY+nEFGTVHI=";
};
x86_64-darwin = {
url = "https://web.archive.org/web/20241229041652/https://static.immersed.com/dl/Immersed.dmg";
hash = "sha256-Sgfm0giVR1dDIFIDpNmGmXLXLRgpMXrVxD/oyPc+Lq0=";
url = "https://web.archive.org/web/20250725135025if_/https://static.immersed.com/dl/Immersed.dmg";
hash = "sha256-lmSkatB75Bztm19aCC50qrd/NV+HQX9nBMOTxIguaqI=";
};
aarch64-darwin = x86_64-darwin;
});