vesktop: 1.5.8 -> 1.6.0 (#456343)

This commit is contained in:
Masum Reza
2025-10-28 16:54:46 +00:00
committed by GitHub
2 changed files with 3 additions and 16 deletions

View File

@@ -1,12 +0,0 @@
diff --git a/src/main/index.ts b/src/main/index.ts
index 37fd471..d0a9e56 100644
--- a/src/main/index.ts
+++ b/src/main/index.ts
@@ -18,7 +18,6 @@ import { Settings, State } from "./settings";
import { isDeckGameMode } from "./utils/steamOS";
if (!IS_DEV) {
- autoUpdater.checkForUpdatesAndNotify();
}
console.log("Vesktop v" + app.getVersion());

View File

@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vesktop";
version = "1.5.8";
version = "1.6.0";
src = fetchFromGitHub {
owner = "Vencord";
repo = "Vesktop";
rev = "v${finalAttrs.version}";
hash = "sha256-9wYIg1TGcntUMMp6SqYrgDRl3P41eeOqt76OMjSAi5M=";
hash = "sha256-kzJsSjaTH6HtBfhEtX4NLJS96zgYr0/Us6H0tDJvb9A=";
};
pnpmDeps = pnpm_10.fetchDeps {
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
patches
;
fetcherVersion = 2;
hash = "sha256-rJzXbIQUxCImTqeH8EsGiyGNGoHYUqoekoa+VXpob5Y=";
hash = "sha256-Vn+Imarp1OTPfe/PoMgFHU5eWnye5Oa+qoGZaTxOUmU=";
};
nativeBuildInputs = [
@@ -69,7 +69,6 @@ stdenv.mkDerivation (finalAttrs: {
];
patches = [
./disable_update_checking.patch
./fix_read_only_settings.patch
]
++ lib.optional withSystemVencord (