Unverified Commit 09464554 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

immersed: 10.9.0 -> 11.0.0 (#501227)

parents 0a0d4968 fed06d01
Loading
Loading
Loading
Loading
+10 −7
Original line number Diff line number Diff line
@@ -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 ];
  };