From 45cb11aa29f9479d96ea9bbd108a31a8971881e0 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Wed, 30 Oct 2024 19:57:35 +0100 Subject: [PATCH] chore: bump lock --- flake.lock | 14 +++++++------- src/windows/notificationtoast/Toast.qml | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index c6ba93f..54a8c29 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1727122398, - "narHash": "sha256-o8VBeCWHBxGd4kVMceIayf5GApqTavJbTa44Xcg5Rrk=", + "lastModified": 1729880355, + "narHash": "sha256-RP+OQ6koQQLX5nw0NmcDrzvGL8HDLnyXt/jHhL1jwjM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "30439d93eb8b19861ccbe3e581abf97bdc91b093", + "rev": "18536bf04cd71abd345f9579158841376fdd0c5a", "type": "github" }, "original": { @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1727391151, - "narHash": "sha256-PIEJfHzze4MWwaS7Py+az0IL7A+bZd4pFTE/uAy1b70=", + "lastModified": 1730157521, + "narHash": "sha256-xyodl47NDih2SEYbRkAvv6lPbjjA/E9B0TlCLnGIFa8=", "ref": "refs/heads/master", - "rev": "3ed39b2a798419a168e5c79a2db9f7ee20de70fa", - "revCount": 352, + "rev": "4e48c6eefb399abfcdefbe046a6a642bdcfcc1a6", + "revCount": 358, "type": "git", "url": "https://git.outfoxxed.me/outfoxxed/quickshell" }, diff --git a/src/windows/notificationtoast/Toast.qml b/src/windows/notificationtoast/Toast.qml index 4b403fd..5b967ec 100644 --- a/src/windows/notificationtoast/Toast.qml +++ b/src/windows/notificationtoast/Toast.qml @@ -2,6 +2,7 @@ import QtQuick import QtQuick.Controls import QtQuick.Layouts import Quickshell +import Quickshell.Widgets import "root:base" import Quickshell.Services.Notifications