vesktop: 1.5.6 -> 1.5.7 (#415263)

Diff: https://github.com/Vencord/Vesktop/compare/v1.5.6...v1.5.7

Release: https://github.com/Vencord/Vesktop/releases/tag/v1.5.7

authored by Masum Reza and committed by GitHub de8f30ca d3b00101

+10 -10
+7 -7
pkgs/by-name/ve/vesktop/disable_update_checking.patch
··· 1 1 diff --git a/src/main/index.ts b/src/main/index.ts 2 - index 2e0d6f7..1108c0f 100644 2 + index 37fd471..d0a9e56 100644 3 3 --- a/src/main/index.ts 4 4 +++ b/src/main/index.ts 5 - @@ -20,7 +20,6 @@ import { isDeckGameMode } from "./utils/steamOS"; 6 - if (IS_DEV) { 7 - require("source-map-support").install(); 8 - } else { 5 + @@ -18,7 +18,6 @@ import { Settings, State } from "./settings"; 6 + import { isDeckGameMode } from "./utils/steamOS"; 7 + 8 + if (!IS_DEV) { 9 9 - autoUpdater.checkForUpdatesAndNotify(); 10 10 } 11 - 12 - // Make the Vencord files use our DATA_DIR 11 + 12 + console.log("Vesktop v" + app.getVersion());
+3 -3
pkgs/by-name/ve/vesktop/package.nix
··· 24 24 }: 25 25 stdenv.mkDerivation (finalAttrs: { 26 26 pname = "vesktop"; 27 - version = "1.5.6"; 27 + version = "1.5.7"; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "Vencord"; 31 31 repo = "Vesktop"; 32 32 rev = "v${finalAttrs.version}"; 33 - hash = "sha256-hY707k3kpfbDaRsLisVQFUeWgsxkYJ29GTdQtdeC0X4="; 33 + hash = "sha256-2YVaDfvhmuUx2fVm9PuMPQ3Z5iu7IHJ7dgF52a1stoM="; 34 34 }; 35 35 36 36 pnpmDeps = pnpm_10.fetchDeps { ··· 40 40 src 41 41 patches 42 42 ; 43 - hash = "sha256-pL4pxIB+tF9Lv5eQdLilvg/T4knjzPqBMbTxoZ3RqbI="; 43 + hash = "sha256-C05rDd5bcbR18O6ACgzS0pQdWzB99ulceOBpW+4Zbqw="; 44 44 }; 45 45 46 46 nativeBuildInputs =