version: update to hyprland 0.41.0

This commit is contained in:
outfoxxed 2024-06-10 18:57:45 -07:00
parent b6a777d271
commit 5693ea2554
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
4 changed files with 10 additions and 6 deletions

View file

@ -1,8 +1,10 @@
# Changelog
# Upcoming
# hl0.41.0 and before
- Fixed IPC and wlr-foreign-toplevel not getting fullscreen and maximize events.
- Fixed glitches when moving nodes between monitors with hy3 dispatchers.
- Fixed glitchy tab bar effects when switching workspaces
## hl0.40.0 and before

9
flake.lock generated
View file

@ -39,16 +39,17 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1717970802,
"narHash": "sha256-kFnaAmte/N1mrbHEQyrwDu9+laZzVAi4N2nQodCNfgg=",
"lastModified": 1718029386,
"narHash": "sha256-iX/l3UT8iXu8psu2UirFX11Yg2zYwpgzoXB32oM3N3U=",
"ref": "refs/heads/main",
"rev": "1423707dbefc0329e80895451903a77ab684f7ea",
"revCount": 4789,
"rev": "ea2501d4556f84d3de86a4ae2f4b22a474555b9f",
"revCount": 4794,
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland"
},
"original": {
"rev": "ea2501d4556f84d3de86a4ae2f4b22a474555b9f",
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland"

View file

@ -1,6 +1,6 @@
{
inputs = {
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&rev=ea2501d4556f84d3de86a4ae2f4b22a474555b9f";
};
outputs = { self, hyprland, ... }: let

View file

@ -11,6 +11,7 @@ commit_pins = [
["e93fbd7c4f991cb8ef03e433ccc4d43587923e15", "6f9719291386d5e3baad211420d60e54e9967ee6"],
["fe7b748eb668136dd0558b7c8279bfcd7ab4d759", "6f9719291386d5e3baad211420d60e54e9967ee6"],
["cba1ade848feac44b2eda677503900639581c3f4", "584a1b1e357412a1a4ac40dbc6c4e5adaa7ec59b"], # 0.40.0
["ea2501d4556f84d3de86a4ae2f4b22a474555b9f", "b6a777d2714628d2cda8843aec73a700ef269899"], # 0.41.0
]
[hy3]