immersed: 10.9.0 -> 11.0.0

This commit is contained in:
crertel
2026-03-19 01:09:22 -05:00
parent f3a6464f85
commit fed06d0166
+10 -7
View File
@@ -7,20 +7,20 @@
}:
let
pname = "immersed";
version = "10.9.0";
version = "11.0.0";
sources = lib.mapAttrs (_: fetchurl) rec {
x86_64-linux = {
url = "https://web.archive.org/web/20250725134919if_/https://static.immersed.com/dl/Immersed-x86_64.AppImage";
hash = "sha256-plGcvZRpV+nhQ4FoYiIuLmyOg/SHJ8ZjT4Fh6UyH9W0=";
url = "https://web.archive.org/web/20260306043741/https://static.immersed.com/dl/Immersed-x86_64.AppImage";
hash = "sha256-GbckZ/WK+7/PFQvTfUwwePtufPKVwIwSPh+Bo/cG7ko=";
};
aarch64-linux = {
url = "https://web.archive.org/web/20250725135029if_/https://static.immersed.com/dl/Immersed-aarch64.AppImage";
url = "https://web.archive.org/web/20260306043741/https://static.immersed.com/dl/Immersed-aarch64.AppImage";
hash = "sha256-3BokV30y6QRjE94K7JQ6iIuQw1t+h3BKZY+nEFGTVHI=";
};
x86_64-darwin = {
url = "https://web.archive.org/web/20250725135025if_/https://static.immersed.com/dl/Immersed.dmg";
hash = "sha256-lmSkatB75Bztm19aCC50qrd/NV+HQX9nBMOTxIguaqI=";
url = "https://web.archive.org/web/20260306043741/https://static.immersed.com/dl/Immersed.dmg";
hash = "sha256-L5nrkchXD1NIQCknYHVhBWbVJVkkHvKaDjuk9qiY340=";
};
aarch64-darwin = x86_64-darwin;
};
@@ -31,7 +31,10 @@ let
description = "VR coworking platform";
homepage = "https://immersed.com";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ pandapip1 ];
maintainers = with lib.maintainers; [
pandapip1
crertel
];
platforms = builtins.attrNames sources;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};