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-06-20 00:37:25 -04:00
parent cb6a5f62f8
commit b16a3b499c
3 changed files with 12 additions and 7 deletions

View file

@ -909,16 +909,17 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1718835324, "lastModified": 1718740381,
"narHash": "sha256-U5eKTPAXppfSIqKqMIgbyuTBy1gr2seSOUl8sUSR8FE=", "narHash": "sha256-nRKxZfzSiG8EUmUmgsvPbEDR1GAPpVHZFbF7RJMzJTM=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "fabc30df52ab5d2c369fc8acd4ff909a6ba3b8ac", "rev": "e0e3c4c6ae15af88ac5fd5ab959adfe45a2e1dca",
"revCount": 4870, "revCount": 4861,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
}, },
"original": { "original": {
"rev": "e0e3c4c6ae15af88ac5fd5ab959adfe45a2e1dca",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
@ -1651,11 +1652,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1718824488, "lastModified": 1718839068,
"narHash": "sha256-38B8aLuI2qiPMZj+NmHPVmbkWTYEj1B3B/RUd+kFM9c=", "narHash": "sha256-yX2Lwjfr28Wpv0DjuenKjWCCx7gZcWQAVtbMUu8E678=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixpkgs-wayland", "repo": "nixpkgs-wayland",
"rev": "43d24cef11b3cee62b6bdb88ab2b8fd9612142e9", "rev": "21752ae510eaeb2a221151dd9edff89185da4913",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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

View file

@ -131,6 +131,9 @@ let
type = "git"; type = "git";
url = "https://github.com/hyprwm/Hyprland"; url = "https://github.com/hyprwm/Hyprland";
submodules = true; submodules = true;
# FIXME: Latest breaks hyprexpo
rev = "e0e3c4c6ae15af88ac5fd5ab959adfe45a2e1dca";
}; };
hypr-official-plugins = mkHyprDep { hypr-official-plugins = mkHyprDep {