From 325ed687b2223af52ec9c7acd7e8191be69f5dc5 Mon Sep 17 00:00:00 2001 From: tmayoff Date: Thu, 4 Dec 2025 01:40:09 +0100 Subject: [PATCH] chore(deps): update quickshell digest to 26531fc (#57) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | quickshell | digest | `3e32ae5` -> `26531fc` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Reviewed-on: https://codeberg.org/tmayoff/.dotfiles/pulls/57 --- dot_config/flake/flake.lock | 8 ++++---- dot_config/flake/flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dot_config/flake/flake.lock b/dot_config/flake/flake.lock index 2f5760e..31bc06e 100644 --- a/dot_config/flake/flake.lock +++ b/dot_config/flake/flake.lock @@ -512,17 +512,17 @@ ] }, "locked": { - "lastModified": 1759997568, - "narHash": "sha256-xQyzPkgpgjAceJKwZhLU2//Y1jAmvPGOq80svqkWFhQ=", + "lastModified": 1764663772, + "narHash": "sha256-sHqLmm0wAt3PC4vczJeBozI1/f4rv9yp3IjkClHDXDs=", "owner": "outfoxxed", "repo": "quickshell", - "rev": "3e32ae595f97bd2d2e5ed4512fb4bb25edb4eae6", + "rev": "26531fc46ef17e9365b03770edd3fb9206fcb460", "type": "github" }, "original": { "owner": "outfoxxed", "repo": "quickshell", - "rev": "3e32ae595f97bd2d2e5ed4512fb4bb25edb4eae6", + "rev": "26531fc46ef17e9365b03770edd3fb9206fcb460", "type": "github" } }, diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index e576e18..804a8b5 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -35,7 +35,7 @@ }; quickshell = { - url = "github:outfoxxed/quickshell/3e32ae595f97bd2d2e5ed4512fb4bb25edb4eae6"; + url = "github:outfoxxed/quickshell/26531fc46ef17e9365b03770edd3fb9206fcb460"; inputs.nixpkgs.follows = "nixpkgs-unstable"; };