Unverified Commit c2c036c7 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

deadlock-mod-manager: 0.10.1 -> 0.11.1 (#466159)

parents 940aeb92 34ddac57
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
diff --git a/apps/desktop/src/app.tsx b/apps/desktop/src/app.tsx
index 70dcbe5ff5..91ac4deb73 100644
--- a/apps/desktop/src/app.tsx
+++ b/apps/desktop/src/app.tsx
@@ -68,14 +68,6 @@
                     <Outlet />
                   </Layout>
                   <GlobalPluginRenderer />
-                  <UpdateDialog
-                    downloadProgress={downloadProgress}
-                    isDownloading={isDownloading}
-                    onOpenChange={handleDismiss}
-                    onUpdate={handleUpdate}
-                    open={showUpdateDialog}
-                    update={update}
-                  />
                   <OnboardingWizard
                     open={showOnboarding}
                     onComplete={completeOnboarding}
+5 −5
Original line number Diff line number Diff line
@@ -26,19 +26,19 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "deadlock-mod-manager";
  version = "0.10.1";
  version = "0.11.1";

  src = fetchFromGitHub {
    owner = "deadlock-mod-manager";
    repo = "deadlock-mod-manager";
    tag = "v${finalAttrs.version}";
    hash = "sha256-/84P9ONG25Ia1BnRcbzQuJKt8HwstCzf0bkx1Xc9VgU=";
    hash = "sha256-0T2/8mfSxfJXWTbLfXaRrrVeBrf0PvpIr41BrnuSwOU=";
  };

  cargoRoot = "apps/desktop";
  buildAndTestSubdir = finalAttrs.cargoRoot;

  cargoHash = "sha256-wVsr6GwCGuuveTDT6oS1keejx+y+oSuE6dGAjvNRrdE=";
  cargoHash = "sha256-tzF1mFzFCdnB6h43TiVKEKWWQgWlrEm9Xh3HKKnNXZ0=";

  nativeBuildInputs = [
    rustPlatform.cargoSetupHook
@@ -76,12 +76,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
      ;
    fetcherVersion = 2;
    sourceRoot = "source";
    hash = "sha256-7HhMW28hl2hHi8epcKMTbfuVjKYj+U1N/d2tMcu4aQg=";
    hash = "sha256-MCzRZt+l2wHETOxzSatPnz5G48HjjGrOj3BVP+S7/Ss=";
  };

  patches = [
    ./no-updater-artifacts.patch
    ./disable-update-notice.patch
  ];

  VITE_API_URL = "https://api.deadlockmods.app";
@@ -99,6 +98,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
      --set WEBKIT_DISABLE_DMABUF_RENDERER 1
      --set DISABLE_UPDATE_DESKTOP_DATABASE 1
      --prefix PATH : ${lib.makeBinPath [ desktop-file-utils ]}
      --add-flags "--disable-auto-update"
    )
  '';