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

View file

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

View file

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