diff --git a/pkgs/by-name/ve/vesktop/disable_update_checking.patch b/pkgs/by-name/ve/vesktop/disable_update_checking.patch deleted file mode 100644 index 2fcc1fc24be7..000000000000 --- a/pkgs/by-name/ve/vesktop/disable_update_checking.patch +++ /dev/null @@ -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()); diff --git a/pkgs/by-name/ve/vesktop/package.nix b/pkgs/by-name/ve/vesktop/package.nix index 2555add4a42f..d230d55e1cb2 100644 --- a/pkgs/by-name/ve/vesktop/package.nix +++ b/pkgs/by-name/ve/vesktop/package.nix @@ -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 (