fix(hypr): pin to last working commit
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
292b1ef0fa
commit
db4959df1e
3 changed files with 10 additions and 4 deletions
9
flake.lock
generated
9
flake.lock
generated
|
@ -612,16 +612,17 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1726681673,
|
||||
"narHash": "sha256-n7EMRe/uMZ4QdM/DWsewc7LLRaR0GGzQIV3uu9BFZbU=",
|
||||
"lastModified": 1726677836,
|
||||
"narHash": "sha256-JRmVRTZr6N3p9OgvKQrrtmNAPQEtgSX3L3tKy1mf6zA=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "e6cf643f5ab1c1545fb858ab1fd9d7538ef9e0f3",
|
||||
"revCount": 5235,
|
||||
"rev": "b248d59713d99a8338d25f4765fd2f564069f98b",
|
||||
"revCount": 5233,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/hyprwm/Hyprland"
|
||||
},
|
||||
"original": {
|
||||
"rev": "b248d59713d99a8338d25f4765fd2f564069f98b",
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/hyprwm/Hyprland"
|
||||
|
|
|
@ -140,6 +140,7 @@
|
|||
nixpkgs.follows = "nixpkgs";
|
||||
systems.follows = "systems";
|
||||
};
|
||||
rev = "b248d59713d99a8338d25f4765fd2f564069f98b";
|
||||
submodules = true;
|
||||
type = "git";
|
||||
url = "https://github.com/hyprwm/Hyprland";
|
||||
|
|
|
@ -112,6 +112,10 @@ let
|
|||
type = "git";
|
||||
url = "https://github.com/hyprwm/Hyprland";
|
||||
submodules = true;
|
||||
rev = "b248d59713d99a8338d25f4765fd2f564069f98b";
|
||||
|
||||
# FIXME: discord crashes https://github.com/hyprwm/Hyprland/issues/7846
|
||||
# rev = "94140e886ea8c4ac34478d290c212f0f5454ab2e";
|
||||
};
|
||||
|
||||
hyprland-plugins = mkHyprDep {
|
||||
|
|
Loading…
Add table
Reference in a new issue