feat(hypr): pin to latest commit that works
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-28 14:26:53 -04:00
parent d4d98bba73
commit ffb8b9f154
3 changed files with 14 additions and 14 deletions

View file

@ -77,11 +77,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1722100913, "lastModified": 1721992626,
"narHash": "sha256-75Hcx5Zu0f+BeCkZxN1frkYacjbkwgCq+z3doVgr4Hw=", "narHash": "sha256-GFDSPWxOqEkNrbuSfyoQHGIaRhJNapn2Rv0EEmBGR9A=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "aquamarine", "repo": "aquamarine",
"rev": "4918e57979bbdbd05aabb20f63e1cb5dc289bcbd", "rev": "f95d1509370b7f40ef356ff69a332bd0356ab044",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -682,17 +682,17 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1721905853, "lastModified": 1722095375,
"narHash": "sha256-XeDy+Tk54tpARGbGeIgdOhbAikm3CfAX0K6cwBRoNvo=", "narHash": "sha256-pkwVMmOCFSg+FKFKkDdMcGIGjeq05XYcobTW96zCWig=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "cd942ad12d9d2030963e3dd5fbfe2d181013c750", "rev": "729b47d46d0c749efbffe01ea863a124fad562b4",
"revCount": 4982, "revCount": 4993,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
}, },
"original": { "original": {
"rev": "cd942ad12d9d2030963e3dd5fbfe2d181013c750", "rev": "729b47d46d0c749efbffe01ea863a124fad562b4",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
@ -796,11 +796,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1722098849, "lastModified": 1721324102,
"narHash": "sha256-D3wIZlBNh7LuZ0NaoCpY/Pvu+xHxIVtSN+KkWZYvvVs=", "narHash": "sha256-WAZ0X6yJW1hFG6otkHBfyJDKRpNP5stsRqdEuHrFRpk=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprutils", "repo": "hyprutils",
"rev": "5dcbbc1e3de40b2cecfd2007434d86e924468f1f", "rev": "962582a090bc233c4de9d9897f46794280288989",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -113,7 +113,7 @@
}; };
hyprland = { hyprland = {
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750"; rev = "729b47d46d0c749efbffe01ea863a124fad562b4";
submodules = true; submodules = true;
type = "git"; type = "git";
url = "https://github.com/hyprwm/Hyprland"; url = "https://github.com/hyprwm/Hyprland";

View file

@ -117,8 +117,8 @@ let
url = "https://github.com/hyprwm/Hyprland"; url = "https://github.com/hyprwm/Hyprland";
submodules = true; submodules = true;
# FIXME: layers don't fade out on latest # FIXME: layers don't fade out as of 024327154425c76a2932d644d76990a00b5fcdac
rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750"; rev = "729b47d46d0c749efbffe01ea863a124fad562b4";
}; };
hyprland-plugins = mkHyprDep { hyprland-plugins = mkHyprDep {