From 1b4efb306fb05883708e09a0ace9e9610859bf81 Mon Sep 17 00:00:00 2001 From: Frederik Feichtmeier Date: Wed, 28 Aug 2024 01:39:26 +0200 Subject: [PATCH] fix: yaru.dart colors regression (#900) --- pubspec.lock | 9 +++++---- pubspec.yaml | 5 ++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 80ab9772a..423a3de73 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1742,10 +1742,11 @@ packages: yaru: dependency: "direct main" description: - name: yaru - sha256: b582f1d552a5c40796cd1a00dbfe2b5e075d14655103eb60d284d7b183dfbc0a - url: "https://pub.dev" - source: hosted + path: "." + ref: "8a16a69d5f9ea7b0154035f34c0863c987a98497" + resolved-ref: "8a16a69d5f9ea7b0154035f34c0863c987a98497" + url: "https://github.com/ubuntu/yaru.dart" + source: git version: "5.1.0" yaru_window: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index fe69bfb2b..4e10e0fdc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -76,7 +76,10 @@ dependencies: win32: ^5.5.4 window_manager: ^0.3.9 xdg_directories: ^1.0.4 - yaru: ^5.1.0 + yaru: + git: + url: https://github.com/ubuntu/yaru.dart + ref: 8a16a69d5f9ea7b0154035f34c0863c987a98497 yaru_window: ^0.2.1 yaru_window_linux: ^0.2.0