mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
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
(cherry picked from commit de8f30ca6b
)
This commit is contained in:
parent
c50860b1e1
commit
4b5dabeb1a
2 changed files with 10 additions and 10 deletions
|
@ -1,12 +1,12 @@
|
|||
diff --git a/src/main/index.ts b/src/main/index.ts
|
||||
index 2e0d6f7..1108c0f 100644
|
||||
index 37fd471..d0a9e56 100644
|
||||
--- a/src/main/index.ts
|
||||
+++ b/src/main/index.ts
|
||||
@@ -20,7 +20,6 @@ import { isDeckGameMode } from "./utils/steamOS";
|
||||
if (IS_DEV) {
|
||||
require("source-map-support").install();
|
||||
} else {
|
||||
@@ -18,7 +18,6 @@ import { Settings, State } from "./settings";
|
||||
import { isDeckGameMode } from "./utils/steamOS";
|
||||
|
||||
if (!IS_DEV) {
|
||||
- autoUpdater.checkForUpdatesAndNotify();
|
||||
}
|
||||
|
||||
// Make the Vencord files use our DATA_DIR
|
||||
console.log("Vesktop v" + app.getVersion());
|
||||
|
|
|
@ -24,13 +24,13 @@
|
|||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "vesktop";
|
||||
version = "1.5.6";
|
||||
version = "1.5.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Vencord";
|
||||
repo = "Vesktop";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-hY707k3kpfbDaRsLisVQFUeWgsxkYJ29GTdQtdeC0X4=";
|
||||
hash = "sha256-2YVaDfvhmuUx2fVm9PuMPQ3Z5iu7IHJ7dgF52a1stoM=";
|
||||
};
|
||||
|
||||
pnpmDeps = pnpm_10.fetchDeps {
|
||||
|
@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
src
|
||||
patches
|
||||
;
|
||||
hash = "sha256-pL4pxIB+tF9Lv5eQdLilvg/T4knjzPqBMbTxoZ3RqbI=";
|
||||
hash = "sha256-C05rDd5bcbR18O6ACgzS0pQdWzB99ulceOBpW+4Zbqw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue