version: updateto hyprland 0.41.1

This commit is contained in:
outfoxxed 2024-06-21 13:34:07 -07:00
parent b2c10c0f4d
commit 767eec5821
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
4 changed files with 21 additions and 17 deletions

View file

@ -1,6 +1,6 @@
# Changelog
# Upcoming
# hl0.41.1 and before
- Fixed glitchy tab bar effects when switching workspaces with fade effect.
- Fixed wrongly sized layout when moving resized nodes between workspaces.

33
flake.lock generated
View file

@ -40,17 +40,16 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1718119065,
"narHash": "sha256-D/LR6g9JSHQBZhz5zBrQ6pyGiRr5nQx0JaJn1RlHFr4=",
"ref": "refs/heads/main",
"rev": "8c64a4bad710fb18e9b84812bd680a89d1e93661",
"revCount": 4800,
"lastModified": 1718272446,
"narHash": "sha256-hLnnNBWP1Qjs1I3fndMgp8rbWJruxdnGTq77A4Rv4R4=",
"rev": "9e781040d9067c2711ec2e9f5b47b76ef70762b3",
"revCount": 4818,
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland"
},
"original": {
"rev": "8c64a4bad710fb18e9b84812bd680a89d1e93661",
"rev": "9e781040d9067c2711ec2e9f5b47b76ef70762b3",
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland"
@ -85,6 +84,10 @@
},
"hyprlang": {
"inputs": {
"hyprutils": [
"hyprland",
"hyprutils"
],
"nixpkgs": [
"hyprland",
"nixpkgs"
@ -95,11 +98,11 @@
]
},
"locked": {
"lastModified": 1716473782,
"narHash": "sha256-+qLn4lsHU6iL3+HTo1gTQ1tWzet8K9h+IfVemzEQZj8=",
"lastModified": 1717881852,
"narHash": "sha256-XeeVoKHQgfKuXoP6q90sUqKyl7EYy3ol2dVZGM+Jj94=",
"owner": "hyprwm",
"repo": "hyprlang",
"rev": "87d5d984109c839482b88b4795db073eb9ed446f",
"rev": "ec6938c66253429192274d612912649a0cfe4d28",
"type": "github"
},
"original": {
@ -160,11 +163,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1717602782,
"narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=",
"lastModified": 1717974879,
"narHash": "sha256-GTO3C88+5DX171F/gVS3Qga/hOs/eRMxPFpiHq2t+D8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6",
"rev": "c7b821ba2e1e635ba5a76d299af62821cbcb09f3",
"type": "github"
},
"original": {
@ -211,11 +214,11 @@
]
},
"locked": {
"lastModified": 1716290197,
"narHash": "sha256-1u9Exrc7yx9qtES2brDh7/DDZ8w8ap1nboIOAtCgeuM=",
"lastModified": 1717918856,
"narHash": "sha256-I38bmPLqamvOfVSArd1hhZtkVRAYBK38fOHZCU1P9Qg=",
"owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland",
"rev": "91e48d6acd8a5a611d26f925e51559ab743bc438",
"rev": "72907822c19afc0983c69d59d299204381623725",
"type": "github"
},
"original": {

View file

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

View file

@ -12,6 +12,7 @@ commit_pins = [
["fe7b748eb668136dd0558b7c8279bfcd7ab4d759", "6f9719291386d5e3baad211420d60e54e9967ee6"],
["cba1ade848feac44b2eda677503900639581c3f4", "584a1b1e357412a1a4ac40dbc6c4e5adaa7ec59b"], # 0.40.0
["ea2501d4556f84d3de86a4ae2f4b22a474555b9f", "b6a777d2714628d2cda8843aec73a700ef269899"], # 0.41.0
["9e781040d9067c2711ec2e9f5b47b76ef70762b3", "b2c10c0f4d45aa6ef493f88c3eb0a20516fb9d2b"], # 0.41.1
]
[hy3]