From 4127f70e4d6308c584852677217bb4cfbab9edfa Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 19 Jun 2023 10:48:10 +0200 Subject: [PATCH] build: Change wakelock hotfix --- pubspec.lock | 6 +++--- pubspec.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 9b3f27f4..3f1eac0c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -2072,9 +2072,9 @@ packages: dependency: "direct overridden" description: path: wakelock_windows - ref: "2a9bca63a540771f241d688562351482b2cf234c" - resolved-ref: "2a9bca63a540771f241d688562351482b2cf234c" - url: "https://github.com/timsneath/wakelock.git" + ref: main + resolved-ref: f3610d6c246098fee74463de09434ed81fc2a7c8 + url: "https://github.com/chandrabezzo/wakelock.git" source: git version: "0.2.2" watcher: diff --git a/pubspec.yaml b/pubspec.yaml index 58fc500d..f84c3a8e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -169,6 +169,6 @@ dependency_overrides: # https://github.com/creativecreatorormaybenot/wakelock/pull/203 wakelock_windows: git: - url: https://github.com/timsneath/wakelock.git - ref: 2a9bca63a540771f241d688562351482b2cf234c - path: wakelock_windows + url: https://github.com/chandrabezzo/wakelock.git + ref: main + path: wakelock_windows/