fix(hypr): pin to last working commit
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-18 22:17:21 -04:00
parent 292b1ef0fa
commit db4959df1e
3 changed files with 10 additions and 4 deletions

View file

@ -612,16 +612,17 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1726681673, "lastModified": 1726677836,
"narHash": "sha256-n7EMRe/uMZ4QdM/DWsewc7LLRaR0GGzQIV3uu9BFZbU=", "narHash": "sha256-JRmVRTZr6N3p9OgvKQrrtmNAPQEtgSX3L3tKy1mf6zA=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "e6cf643f5ab1c1545fb858ab1fd9d7538ef9e0f3", "rev": "b248d59713d99a8338d25f4765fd2f564069f98b",
"revCount": 5235, "revCount": 5233,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
}, },
"original": { "original": {
"rev": "b248d59713d99a8338d25f4765fd2f564069f98b",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"

View file

@ -140,6 +140,7 @@
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
systems.follows = "systems"; systems.follows = "systems";
}; };
rev = "b248d59713d99a8338d25f4765fd2f564069f98b";
submodules = true; submodules = true;
type = "git"; type = "git";
url = "https://github.com/hyprwm/Hyprland"; url = "https://github.com/hyprwm/Hyprland";

View file

@ -112,6 +112,10 @@ let
type = "git"; type = "git";
url = "https://github.com/hyprwm/Hyprland"; url = "https://github.com/hyprwm/Hyprland";
submodules = true; submodules = true;
rev = "b248d59713d99a8338d25f4765fd2f564069f98b";
# FIXME: discord crashes https://github.com/hyprwm/Hyprland/issues/7846
# rev = "94140e886ea8c4ac34478d290c212f0f5454ab2e";
}; };
hyprland-plugins = mkHyprDep { hyprland-plugins = mkHyprDep {